diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-06-03 22:18:54 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-06-03 22:18:54 +0000 |
commit | cd260aabdb23fd97d9cb8b0105e61d90ca844f01 (patch) | |
tree | dac9b3f1a903dac9510974f443e0b376d27e6252 /css | |
parent | 41687a7bbe9c8d304b805a9a5f7e14101f1d75a5 (diff) | |
download | vdr-plugin-live-cd260aabdb23fd97d9cb8b0105e61d90ca844f01.tar.gz vdr-plugin-live-cd260aabdb23fd97d9cb8b0105e61d90ca844f01.tar.bz2 |
- general CSS based themeing support.
- added setup option to select theme.
- added search scheme for themable images and stylesheets.
- added marine (default) and redwine theme.
- documented new features. All developers must read
doc/dev-conventions.txt
Diffstat (limited to 'css')
-rw-r--r-- | css/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/styles.css b/css/styles.css index 3bda69a..2f89a67 100644 --- a/css/styles.css +++ b/css/styles.css @@ -124,7 +124,7 @@ div.domTTepg { div.menu { background: #000057 url(menu_line_bg.png) repeat-x; - min-height: 30px; + min-height: 27px; margin: 0; padding: 0 0 0 10px; line-height: 20px; @@ -204,7 +204,7 @@ div.pagemenu span { div.pagemenu span.sep { text-decoration: none; - color: grey; + color: #C0C1DA; font-weight: lighter; padding: 5px; } |