summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/styles.css6
1 files changed, 5 insertions, 1 deletions
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 {