diff options
Diffstat (limited to 'css/styles.css')
-rw-r--r-- | css/styles.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/css/styles.css b/css/styles.css index 101962d..bcf485e 100644 --- a/css/styles.css +++ b/css/styles.css @@ -200,11 +200,12 @@ div.tools { margin: 0; padding: 0; - background: #DEE6EE; + background: #E9EFFF; text-align: center; vertical-align: top; border-left: 1px solid #000000; border-bottom: 1px solid #000000; + border-right: 1px solid #C0C1DA; } div.content { @@ -291,6 +292,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; } table.schedule tr td.day { |