From 35f3ae95c698384cf8468c7539e3632dcd27ce05 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 16 Jan 2006 10:01:44 +0000 Subject: [PATCH] Block classes are done... moving onto text --- printer.css.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/printer.css.php b/printer.css.php index eada939..bab4323 100755 --- a/printer.css.php +++ b/printer.css.php @@ -119,15 +119,15 @@ td.thead, .thead td, .alt3 /* The first type of row used in the alternation cycle */ .alt1 { - color: rgb(0, 0, 0); - background: rgb(205, 220, 243); + color: rgb(41, 63, 91); + background: rgb(204, 204, 204); } /* The second type of row used in the alternation cycle */ .alt2 { - color: rgb(0, 0, 0); - background: rgb(232, 239, 250); + color: rgb(41, 63, 91); + background: rgb(229, 229, 229); } /* The third alternation, used in special cases */ @@ -139,7 +139,7 @@ td.thead, .thead td, .alt3 /* The last row in the table (often used for the submit buttons) */ .tfoot { - color: #7D7CA3; + color: rgb(55, 55, 55); background: rgb(222, 222, 222); border: outset 1px; } @@ -175,7 +175,7 @@ dfn /* Normal links */ a:link, a:visited, a:active { - color: #293F5B; + color: rgb(41, 63, 91); background: none; } -- 2.22.5