[phpcvsview-cvs-updates] phpcvsview/Themes/Default theme.css,1.8,1.9 theme.php,1.8,1.9
Status: Pre-Alpha
Brought to you by:
bcheesem
From: Brian C. <bch...@us...> - 2005-01-23 01:29:47
|
Update of /cvsroot/phpcvsview/phpcvsview/Themes/Default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19324/Themes/Default Modified Files: theme.css theme.php Log Message: Changed coloration slightly for table rows of CVS output. Index: theme.php =================================================================== RCS file: /cvsroot/phpcvsview/phpcvsview/Themes/Default/theme.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** theme.php 22 Jan 2005 13:58:20 -0000 1.8 --- theme.php 23 Jan 2005 01:29:38 -0000 1.9 *************** *** 20,24 **** function GetPageHeader($Title="", $Heading="") { ! global $StartTime, $ThemeName; $StartTime = microtime(); $PageHead = "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">"; --- 20,24 ---- function GetPageHeader($Title="", $Heading="") { ! global $StartTime, $ThemeName, $env; $StartTime = microtime(); $PageHead = "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" \"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">"; Index: theme.css =================================================================== RCS file: /cvsroot/phpcvsview/phpcvsview/Themes/Default/theme.css,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** theme.css 22 Jan 2005 13:58:20 -0000 1.8 --- theme.css 23 Jan 2005 01:29:38 -0000 1.9 *************** *** 31,35 **** .row1 { ! background-color: #eeeeee; } .row2 --- 31,35 ---- .row1 { ! background-color: #eeeeff; } .row2 |