|
From: Benjamin C. <bc...@us...> - 2001-10-10 04:40:50
|
Update of /cvsroot/phpbt/phpbt In directory usw-pr-cvs1:/tmp/cvs-serv32755 Modified Files: css.php Log Message: Oops Index: css.php =================================================================== RCS file: /cvsroot/phpbt/phpbt/css.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- css.php 2001/10/10 03:59:43 1.1 +++ css.php 2001/10/10 04:40:47 1.2 @@ -28,7 +28,7 @@ 'body' => '', 'body-bg' => '', 'td' => '', - 'tr.alt-bg' => '#ddddd', + 'tr.alt-bg' => '#dddddd', 'td.head-bg' => '#eeeeee', 'td.head-selected-bg' => '#bbbbbb', 'th-bg' => '#eeeeee', @@ -45,7 +45,7 @@ 'td.head-bg' => '#4a4a4a', 'td.head-selected-bg' => '#6a6a6a', 'th-bg' => '#4a4a4a', - 'th' => '#fffff' + 'th' => '#ffffff' ); $color = $colors['default']; |