diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-06-11 23:14:27 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-06-11 23:14:27 +0000 |
commit | 735df57886b042ff3edc65a01b808476f7e20401 (patch) | |
tree | 4412a3acb001dda4264d260f95141e0a52b9ea5a /css/styles.css | |
parent | 0a6f5eebc80a0301119ae16e79ba08814e748f77 (diff) | |
download | vdr-plugin-live-735df57886b042ff3edc65a01b808476f7e20401.tar.gz vdr-plugin-live-735df57886b042ff3edc65a01b808476f7e20401.tar.bz2 |
- Additional fixes for better styleability. Set class 'bottomrow' on
table cells which are followed by a spacer line.
Diffstat (limited to 'css/styles.css')
-rw-r--r-- | css/styles.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/css/styles.css b/css/styles.css index 174c9ec..e29b3a8 100644 --- a/css/styles.css +++ b/css/styles.css @@ -451,7 +451,7 @@ table th.toprow { } table td.bottomrow { - border-bottom: 1px solid black; + border-bottom: 1px solid black !important; } table td.leftcol { @@ -502,6 +502,7 @@ div.station div div { div.station div div div { background: url(bg_box_h.png) repeat-x; + line-height: 20px; vertical-align: middle; text-align: left; margin-right: 3px; @@ -613,7 +614,7 @@ table.listing { } table.listing tr td { - background: url(bg_line.png) bottom repeat-x; + background: transparent url(bg_line.png) bottom repeat-x; border-bottom: 1px solid #C0C1DA; } @@ -647,7 +648,6 @@ table.listing tr.description td { table.listing tr.spacer td { height: 10px; background: transparent; - border-top: 1px solid black; border-bottom: 0px; } |