Update of /cvsroot/openfirst/base/config
In directory sc8-pr-cvs1:/tmp/cvs-serv24780
Modified Files:
headers.php
Log Message:
Added td sub class.
Index: headers.php
===================================================================
RCS file: /cvsroot/openfirst/base/config/headers.php,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** headers.php 19 Aug 2003 20:48:46 -0000 1.18
--- headers.php 1 Sep 2003 17:29:45 -0000 1.19
***************
*** 41,44 ****
--- 41,45 ----
td.navigation { color: black; font-size: 12px; font-family: sans-serif; text-decoration: none; }
th { background-color: #999999; color: #333333;background-image: url('<?php echo("$basepath/images/"); ?>back-light.gif'); }
+ td.sub { background-color: #999999; color: #333333;background-image: url('<?php echo("$basepath/images/"); ?>back-lighter.gif'); }
</style>
</head>
|