Update of /cvsroot/openfirst/base/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31718/config
Modified Files:
headers.php
Log Message:
reudeced number of DIVs in nav bar, aligned, etc.
Index: headers.php
===================================================================
RCS file: /cvsroot/openfirst/base/config/headers.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** headers.php 17 May 2005 01:55:58 -0000 1.26
--- headers.php 25 May 2005 20:25:57 -0000 1.27
***************
*** 48,52 ****
cellpadding="0">
<tr>
! <td width="63%">
<?php
--- 48,52 ----
cellpadding="0">
<tr>
! <td class="left">
<?php
***************
*** 64,69 ****
?>
</td>
! <td width="37%"> <div>
! <div align="right" style="color: #333333;">
<?php
--- 64,68 ----
?>
</td>
! <td class="right" style="color: #333333;">
<?php
***************
*** 76,81 ****
?>
! </div>
! </div></td>
</tr>
</table></td>
--- 75,79 ----
?>
! </td>
</tr>
</table></td>
|