Update of /cvsroot/openfirst/base/config
In directory sc8-pr-cvs1:/tmp/cvs-serv17431
Modified Files:
headers.php
Log Message:
Add more spacing to tables
Index: headers.php
===================================================================
RCS file: /cvsroot/openfirst/base/config/headers.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** headers.php 28 Jun 2003 16:22:24 -0000 1.12
--- headers.php 28 Jun 2003 16:27:39 -0000 1.13
***************
*** 20,24 ****
#adminmenu a:active { color: #ffffff; }
#adminmenu a:hover { color: #ffffff; }
!
a:link { color: #000000; font-size: 12px; font-family: sans-serif; text-decoration: none; }
a:visited { color: #000000; font-size: 12px; font-family: sans-serif; text-decoration: none; }
--- 20,24 ----
#adminmenu a:active { color: #ffffff; }
#adminmenu a:hover { color: #ffffff; }
!
a:link { color: #000000; font-size: 12px; font-family: sans-serif; text-decoration: none; }
a:visited { color: #000000; font-size: 12px; font-family: sans-serif; text-decoration: none; }
***************
*** 33,36 ****
--- 33,38 ----
table { border-left:solid #999999 1px;border-right:solid #999999 1px;border-bottom:solid #999999 1px; margin-left:auto; margin-right:auto; }
+ td { padding: 5px; }
+ th { padding: 5px; }
table.menu { border-left:0px;border-right:0px;border-bottom:0px; }
td.menu {border-left:0px;border-right:0px;border-bottom:0px; }
|