diff options
author | Michael Brückner <mb (plus) vdr (at) gekrumbel (dot) de> | 2007-04-24 18:57:58 +0000 |
---|---|---|
committer | Michael Brückner <mb (plus) vdr (at) gekrumbel (dot) de> | 2007-04-24 18:57:58 +0000 |
commit | 478fff53434734e68f125a66f443644d740e6610 (patch) | |
tree | 458608bb1204e60c78134d19f6ab019ab5d72ae2 /css/styles.css | |
parent | 4a9fdf34cf36b5c7ec29492b2bc26adebb799fc7 (diff) | |
download | vdr-plugin-live-478fff53434734e68f125a66f443644d740e6610.tar.gz vdr-plugin-live-478fff53434734e68f125a66f443644d740e6610.tar.bz2 |
- fixed css for green save button font
Diffstat (limited to 'css/styles.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 c6630f0..086ba02 100644 --- a/css/styles.css +++ b/css/styles.css @@ -268,7 +268,7 @@ button.green { background-image: url(button_green.png); background-repeat: no-repeat; color: #FFFFFF; - font-size: 12px; + font-size: 11px; border: 0px; vertical-align: middle; text-align: center; |