aboutsummaryrefslogtreecommitdiff
path: root/print.css
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-03-29 22:42:51 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-03-29 22:42:51 +0200
commit9222032918b043e7b713072fc5ebf8a765cf8705 (patch)
tree3350912823dfb42df57e017620bb83b085fadd06 /print.css
parent46455e8b80909a5643683d675f0d175c96c06daf (diff)
small print bugfix
Diffstat (limited to 'print.css')
-rw-r--r--print.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/print.css b/print.css
index c6fc34e..4bb2cc6 100644
--- a/print.css
+++ b/print.css
@@ -51,6 +51,10 @@ th {
background-color:black;
font-weight: normal;
}
+th a{
+ color: white;
+ text-decoration: none;
+}
td.date {
color: Gray;
text-align: left;