aboutsummaryrefslogtreecommitdiff
path: root/print.css
diff options
context:
space:
mode:
authorHagen Wahrig <Unknown>2010-04-16 18:51:50 +0200
committerHagen Wahrig <Unknown>2010-04-16 18:51:50 +0200
commit214bd155aba74350398b5decde334d648e519ec8 (patch)
tree8f02f397993aaa1e18c4e0cd11c5fa055d97e0ee /print.css
parentf14c02d92e2ad17de1048485bca7a29737c88397 (diff)
black on white
Diffstat (limited to 'print.css')
-rw-r--r--print.css12
1 files changed, 4 insertions, 8 deletions
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;
}