Update of /cvsroot/openfirst/base/config
In directory sc8-pr-cvs1:/tmp/cvs-serv16813
Modified Files:
headers.php
Log Message:
Center all tables
Index: headers.php
===================================================================
RCS file: /cvsroot/openfirst/base/config/headers.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** headers.php 28 Jun 2003 02:22:16 -0000 1.11
--- headers.php 28 Jun 2003 16:22:24 -0000 1.12
***************
*** 32,36 ****
#topmenu a:hover { color: #bed8ff; font-size: 12px; font-family: sans-serif; text-decoration: none; }
! table { border-left:solid #999999 1px;border-right:solid #999999 1px;border-bottom:solid #999999 1px; }
table.menu { border-left:0px;border-right:0px;border-bottom:0px; }
td.menu {border-left:0px;border-right:0px;border-bottom:0px; }
--- 32,36 ----
#topmenu a:hover { color: #bed8ff; font-size: 12px; font-family: sans-serif; text-decoration: none; }
! table { border-left:solid #999999 1px;border-right:solid #999999 1px;border-bottom:solid #999999 1px; margin-left:auto; margin-right:auto; }
table.menu { border-left:0px;border-right:0px;border-bottom:0px; }
td.menu {border-left:0px;border-right:0px;border-bottom:0px; }
|