From 214bd155aba74350398b5decde334d648e519ec8 Mon Sep 17 00:00:00 2001 From: Hagen Wahrig Date: Fri, 16 Apr 2010 18:51:50 +0200 Subject: black on white --- print.css | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'print.css') diff --git a/print.css b/print.css index c387e6f..9d89434 100644 --- a/print.css +++ b/print.css @@ -66,6 +66,7 @@ td.calendarday{ table { border: none; + border-spacing: 0; } td.create_poll{ @@ -79,10 +80,6 @@ td { padding: 1px 3px; } -td.sum, tr.participantrow, tr#add_participant, tr#summary { - background-color:Silver; -} - td.polls { text-align:left; } @@ -97,18 +94,17 @@ div#add_comment,div#edit_column, div#history, div#backlink, input.delete_comment th { padding: 1px 3px; - color: white; - background-color:black; font-weight: normal; + border-width: 0 1px 1px 1px; + border-style: dotted; } th a{ - color: white; text-decoration: none; + color: black; } td.date { - color: Gray; text-align: left; } -- cgit v1.2.3