[Openfirst-cvscommit] base/config style.css,1.2,1.3
Brought to you by:
xtimg
From: Astronouth7303 <ast...@us...> - 2005-05-15 23:45:10
|
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; } |