|
From: Ken T. <ke...@us...> - 2003-06-10 13:50:12
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory sc8-pr-cvs1:/tmp/cvs-serv10665/templates/default
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/wrap.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- wrap.html 4 Nov 2002 18:31:29 -0000 1.26
+++ wrap.html 10 Jun 2003 13:50:07 -0000 1.27
@@ -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="index.php"><font class="navlink">{$STRING.WRAP.Home}</font></a></td>
@@ -48,10 +48,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>
{if $smarty.server.SCRIPT_NAME|basename neq 'newaccount.php'}
<tr>
@@ -84,11 +84,11 @@
</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>
{/if}
<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>
|