diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-07-16 19:07:50 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-07-16 19:07:50 +0000 |
commit | 440d211c5084980e959ed269d468900d69a82cc2 (patch) | |
tree | bb7f8db62f23c5fa4c60fac6270c43f3206644b6 | |
parent | 41b27b941d10d40e5f597df4af4c0b8009f25cb5 (diff) | |
download | vdr-plugin-live-440d211c5084980e959ed269d468900d69a82cc2.tar.gz vdr-plugin-live-440d211c5084980e959ed269d468900d69a82cc2.tar.bz2 |
- Fix style of progress bar in infowin boxes.
-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 da55a30..e59ab99 100644 --- a/css/styles.css +++ b/css/styles.css @@ -938,7 +938,7 @@ table.login tr td { } .info-win div.epg_content div div.progress div { - padding-left: 0px; + margin-left: 0px; } .info-win div.epg_content div div { |