|
From: Ken T. <ke...@us...> - 2003-06-10 13:50:13
|
Update of /cvsroot/phpbt/phpbt/templates/default/admin
In directory sc8-pr-cvs1:/tmp/cvs-serv10665/templates/default/admin
Modified Files:
wrap.html
Log Message:
moved absolute background rules to css
suggested by Alessandro Pisani - alextxm at tin dotte it
Index: wrap.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/admin/wrap.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- wrap.html 4 Nov 2002 20:25:05 -0000 1.21
+++ wrap.html 10 Jun 2003 13:50:09 -0000 1.22
@@ -20,10 +20,10 @@
</td>
</tr>
<tr>
- <td bgcolor="#9999FF" height="4" colspan="2"><img src="{$template_path}/../images/spacer.gif" height="1" width="1"></td>
+ <td class="navtitlebar" height="4" colspan="2"><img src="{$template_path}/../images/spacer.gif" height="1" width="1"></td>
</tr>
<tr>
- <td bgcolor="#9999FF" colspan="2">
+ <td class="navtitlebar" colspan="2">
<table border="0" cellspacing="0" cellpadding="4">
<tr>
<td><a href="configure.php"><font class="navlink">{$TITLE.configuration}</font></a></td>
@@ -54,10 +54,10 @@
</td>
</tr>
<tr>
- <td bgcolor="#9999FF" height="4" colspan="2"><img src="{$template_path}/../images/spacer.gif" height="1" width="1"></td>
+ <td class="navtitlebar" height="4" colspan="2"><img src="{$template_path}/../images/spacer.gif" height="1" width="1"></td>
</tr>
<tr>
- <td bgcolor="#000000" height="1" colspan="2"><img src="{$template_path}/../images/spacer.gif" height="1" width="1"></td>
+ <td class="navborder" height="1" colspan="2"><img src="{$template_path}/../images/spacer.gif" height="1" width="1"></td>
</tr>
<tr>
<td colspan="2" height="20" class="bottomnav">
@@ -89,10 +89,10 @@
</td>
</tr>
<tr>
- <td bgcolor="#000000" height="1" colspan="2"><img src="{$template_path}/../images/spacer.gif" height="1" width="1"></td>
+ <td class="navborder" height="1" colspan="2"><img src="{$template_path}/../images/spacer.gif" height="1" width="1"></td>
</tr>
<tr>
- <td bgcolor="#ffffff" height="20" colspan="2"><img src="{$template_path}/../images/spacer.gif" height="1" width="1"></td>
+ <td class="navbotspacer" height="20" colspan="2"><img src="{$template_path}/../images/spacer.gif" height="1" width="1"></td>
</tr>
</table>
|