aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}