From 805c2d6fec9d9b88d9d3d6e4cd8dcac33d062533 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Tue, 8 May 2007 13:21:06 +0000 Subject: - added css style to 'a' in timers table --- css/styles.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'css/styles.css') diff --git a/css/styles.css b/css/styles.css index 734788b..46f21b0 100644 --- a/css/styles.css +++ b/css/styles.css @@ -154,6 +154,9 @@ div.menu form { } div.inhalt { + height: 200; + width: 100% + overflow: auto; padding: 10px; } @@ -520,6 +523,13 @@ table.timers tr.description td { background: #E9EFFF; } +table.timers a { + text-decoration: none; + color: black; + font-weight: bold; +} + + /* ############################## # Schedule -- cgit v1.2.3