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>
|
2002-07-17 Steve Fox <drfickle@uberh4x0r.org>
|
||||||
|
|
||||||
* index.html
|
* index.html
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body bgcolor="#FFFFFF">
|
<body bgcolor="#FFFFFF">
|
||||||
<center>
|
<center>
|
||||||
<table BORDER=2 CELLPADDING=5 WIDTH="595" NOSAVE >
|
<table BORDER=2 CELLPADDING=5 WIDTH="670" NOSAVE >
|
||||||
<tr VALIGN=TOP NOSAVE>
|
<tr VALIGN=TOP NOSAVE>
|
||||||
<td VALIGN=TOP NOSAVE>
|
<td VALIGN=TOP NOSAVE>
|
||||||
<center>
|
<center>
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
<a href="documentation.html">Documentation</a> :
|
<a href="documentation.html">Documentation</a> :
|
||||||
<a href="membership.html">Membership</a> :
|
<a href="membership.html">Membership</a> :
|
||||||
<a href="elections.html">Elections</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>
|
<a href="http://www.gnome.org/friends/">Fundraising</a>
|
||||||
</center>
|
</center>
|
||||||
</td>
|
</td>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body bgcolor="#FFFFFF">
|
<body bgcolor="#FFFFFF">
|
||||||
<center>
|
<center>
|
||||||
<table BORDER=2 CELLPADDING=5 WIDTH="595" NOSAVE >
|
<table BORDER=2 CELLPADDING=5 WIDTH="670" NOSAVE >
|
||||||
<tr VALIGN=TOP NOSAVE>
|
<tr VALIGN=TOP NOSAVE>
|
||||||
<td VALIGN=TOP NOSAVE>
|
<td VALIGN=TOP NOSAVE>
|
||||||
<center>
|
<center>
|
||||||
|
|
Loading…
Reference in a new issue