diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-04-28 19:44:37 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-04-28 19:44:37 +0000 |
commit | fc20fa0b246c7ed7c87426b706e0d07eacd2acb6 (patch) | |
tree | ba9e03dbe03eb97d27a99b84fd4450bfbff17ab1 /css | |
parent | 2b4326c4993e82e38f02715b5ff3b74864585c8e (diff) | |
download | vdr-plugin-live-fc20fa0b246c7ed7c87426b706e0d07eacd2acb6.tar.gz vdr-plugin-live-fc20fa0b246c7ed7c87426b706e0d07eacd2acb6.tar.bz2 |
Fixed bug in timers table head
Diffstat (limited to 'css')
-rw-r--r-- | css/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/styles.css b/css/styles.css index b2310bd..b3ad375 100644 --- a/css/styles.css +++ b/css/styles.css @@ -502,6 +502,7 @@ table.timers tr.head td { padding: 0; background: url(bg_box_h.png) repeat-x; height: 23px; + border-bottom: 1px solid black; } table.timers tr.description td { |