From 92539715a3b8a963f52c6046c6030e3d233f08fd Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Sun, 14 Jan 2007 03:01:38 +0000 Subject: Updated header lines. Moved channel selection into menu line, when schedule is active. --- css/styles.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'css/styles.css') diff --git a/css/styles.css b/css/styles.css index bcf485e..a47f8a4 100644 --- a/css/styles.css +++ b/css/styles.css @@ -90,6 +90,10 @@ div.menu a:hover { text-decoration: underline; } +div.menu form { + display: inline; +} + div.inhalt { padding: 10px; } @@ -292,7 +296,7 @@ table.schedule tr td.head { table.schedule tr td { vertical-align: top; padding: 3px 7px 3px 3px; - background: url(http://cerebellum/~michi/bg_line.png) bottom repeat-x; + background: url(bg_line.png) bottom repeat-x; } table.schedule tr td.day { -- cgit v1.2.3