diff options
author | M. Voerman <rekordc@gmail.com> | 2014-11-12 11:33:44 +0100 |
---|---|---|
committer | M. Voerman <rekordc@gmail.com> | 2014-11-12 11:33:44 +0100 |
commit | ede3d0213e235b99cb1f59dbeb9bb66d987bb857 (patch) | |
tree | 13acefcf7a4c24e862d8e3e03c6748f7049f3d47 | |
parent | 3660e571ef3c32e681f9f1974c7c58fa680a21b4 (diff) | |
download | vdr-vipclient-ede3d0213e235b99cb1f59dbeb9bb66d987bb857.tar.gz vdr-vipclient-ede3d0213e235b99cb1f59dbeb9bb66d987bb857.tar.bz2 |
Fix, made a div naming mistake
-rw-r--r-- | style_old.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/style_old.css b/style_old.css index 5ce71b4..599f131 100644 --- a/style_old.css +++ b/style_old.css @@ -92,7 +92,7 @@ top : 50%; } - div#chanlistepg { + div#osdvolume { z-index : 501; position : absolute; width : 63%; |