Update of /cvsroot/openfirst/base/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1059/config
Modified Files:
style.css
Log Message:
PHP sections
Index: style.css
===================================================================
RCS file: /cvsroot/openfirst/base/config/style.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** style.css 15 May 2005 22:17:31 -0000 1.2
--- style.css 15 May 2005 23:44:52 -0000 1.3
***************
*** 110,118 ****
padding: 2px;
}
! td { color: black; font-size: 12px; font-family: sans-serif; text-decoration: none; }
! 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'); }
! .menu.selected { color: red; text-decoration: underline; }
.small { font-size:small; }
--- 110,139 ----
padding: 2px;
}
! td {
! color: black;
! font-size: 12px;
! font-family: sans-serif;
! text-decoration: none;
! }
! td.navigation {
! color: black;
! font-size: 12px;
! font-family: sans-serif;
! text-decoration: none;
! }
! th {
! background-color: #999999;
! color: #333333;
! background-image: url(../images/back-light.gif);
! }
! td.sub {
! background-color: #999999;
! color: #333333;
! background-image: url(../images/back-lighter.gif);
! }
! .menu.selected {
! color: red;
! text-decoration: underline;
! }
.small { font-size:small; }
|