diff options
author | Michael Brückner <mb (plus) vdr (at) gekrumbel (dot) de> | 2007-05-31 20:13:26 +0000 |
---|---|---|
committer | Michael Brückner <mb (plus) vdr (at) gekrumbel (dot) de> | 2007-05-31 20:13:26 +0000 |
commit | 5d74b90e216827453c87eeb0addae5bb081c40f5 (patch) | |
tree | 4211e708441cedf85132aebdd81c6f9ae349b208 | |
parent | 8b24088dc6347939eec03604a810efce20580a1c (diff) | |
download | vdr-plugin-live-5d74b90e216827453c87eeb0addae5bb081c40f5.tar.gz vdr-plugin-live-5d74b90e216827453c87eeb0addae5bb081c40f5.tar.bz2 |
- fixed padding in schedule tr td css
-rw-r--r-- | css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/styles.css b/css/styles.css index 01047c8..04b3caf 100644 --- a/css/styles.css +++ b/css/styles.css @@ -586,7 +586,7 @@ table.schedule tr td.head { table.schedule tr td { vertical-align: top; - padding: 0px 7px 0px 3px; + padding: 3px 7px 3px 3px; background: url(bg_line.png) bottom repeat-x; border-bottom: 1px solid #C0C1DA; } |