index.html template.html
2002-07-17 Steve Fox <drfickle@uberh4x0r.org> * index.html * template.html Ack! Increase table width (I _hate_ fixed table widths)
This commit is contained in:
parent
d851222d2d
commit
8fddf13dd5
3 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,10 @@
|
|||
2002-07-17 Steve Fox <drfickle@uberh4x0r.org>
|
||||
|
||||
* index.html
|
||||
* template.html
|
||||
|
||||
Ack! Increase table width (I _hate_ fixed table widths)
|
||||
|
||||
2002-07-17 Steve Fox <drfickle@uberh4x0r.org>
|
||||
|
||||
* index.html
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<center>
|
||||
<table BORDER=2 CELLPADDING=5 WIDTH="595" NOSAVE >
|
||||
<table BORDER=2 CELLPADDING=5 WIDTH="670" NOSAVE >
|
||||
<tr VALIGN=TOP NOSAVE>
|
||||
<td VALIGN=TOP NOSAVE>
|
||||
<center>
|
||||
|
@ -25,7 +25,7 @@
|
|||
<a href="documentation.html">Documentation</a> :
|
||||
<a href="membership.html">Membership</a> :
|
||||
<a href="elections.html">Elections</a> :
|
||||
<a href="directory.html">Directory</a>
|
||||
<a href="directory.html">Directory</a> :
|
||||
<a href="http://www.gnome.org/friends/">Fundraising</a>
|
||||
</center>
|
||||
</td>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<center>
|
||||
<table BORDER=2 CELLPADDING=5 WIDTH="595" NOSAVE >
|
||||
<table BORDER=2 CELLPADDING=5 WIDTH="670" NOSAVE >
|
||||
<tr VALIGN=TOP NOSAVE>
|
||||
<td VALIGN=TOP NOSAVE>
|
||||
<center>
|
||||
|
|
Loading…
Reference in a new issue