diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-14 02:04:13 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-14 02:04:13 +0000 |
commit | 8d0e380099110914177e05da96158b639b92f177 (patch) | |
tree | 08a7a54fabc1bf245d0967025a1dcb08b8ad386f /css | |
parent | f03a93d1c22e3039fd053c321203d393c3e5a336 (diff) | |
download | vdr-plugin-live-8d0e380099110914177e05da96158b639b92f177.tar.gz vdr-plugin-live-8d0e380099110914177e05da96158b639b92f177.tar.bz2 |
Updates
Diffstat (limited to '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 { |