From 9222032918b043e7b713072fc5ebf8a765cf8705 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Sun, 29 Mar 2009 22:42:51 +0200 Subject: small print bugfix --- dudle.css | 3 --- participate.rb | 2 +- print.css | 4 ++++ 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/dudle.css b/dudle.css index 6f37cd7..2ef2f4e 100644 --- a/dudle.css +++ b/dudle.css @@ -81,9 +81,6 @@ h1 { text-align: center; } -div#history{ - min-height: 24ex; -} div#add_comment{ float: left; } diff --git a/participate.rb b/participate.rb index 79a72ef..0e3f062 100644 --- a/participate.rb +++ b/participate.rb @@ -70,7 +70,7 @@ $htmlout += <Name:
- +
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; -- cgit v1.2.3