From b943300690f49f6e7f3243dcad4190e00998940c Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 16 Jan 2006 10:02:27 +0000 Subject: [PATCH] Actually, I lied... now we will move on --- printer.css.php | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/printer.css.php b/printer.css.php index bab4323..a891244 100755 --- a/printer.css.php +++ b/printer.css.php @@ -120,28 +120,33 @@ td.thead, .thead td, .alt3 .alt1 { color: rgb(41, 63, 91); - background: rgb(204, 204, 204); + + background-color: rgb(204, 204, 204); } /* The second type of row used in the alternation cycle */ .alt2 { color: rgb(41, 63, 91); - background: rgb(229, 229, 229); + + background-color: rgb(229, 229, 229); } /* The third alternation, used in special cases */ .alt3 { - border: 0px; + border-width: 0px; } /* The last row in the table (often used for the submit buttons) */ .tfoot { color: rgb(55, 55, 55); - background: rgb(222, 222, 222); - border: outset 1px; + + background-color: rgb(222, 222, 222); + + border-style: outset; + border-width: 1px; } /* ################################################################### */ -- 2.22.5