diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-05-25 20:23:05 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-05-25 20:23:05 +0000 |
commit | 8635525ba5cbb149058fcd93ce18e8996867544b (patch) | |
tree | 0dcc3c348bb67fce480adc3028513ed2e3072255 /css | |
parent | 2a90f6fdcb1ea53237034e80d21865c154c60c71 (diff) | |
download | vdr-plugin-live-8635525ba5cbb149058fcd93ce18e8996867544b.tar.gz vdr-plugin-live-8635525ba5cbb149058fcd93ce18e8996867544b.tar.bz2 |
- Change styles to get rid of transparent line in about box.
Diffstat (limited to 'css')
-rw-r--r-- | css/styles.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/css/styles.css b/css/styles.css index dea2d32..a147f4d 100644 --- a/css/styles.css +++ b/css/styles.css @@ -882,10 +882,13 @@ table.login tr td { */ div.about_box { - width: 50%; border: none; } +div#aboutBox_tip { + width: 33%; +} + .about_box div.about_description { } @@ -918,7 +921,7 @@ div.about_box { .about_box div.about_content div.about_head { font-weight: bold; - margin-top: 2px; + margin-top: 0px; padding-top: 6px; margin-bottom: 6px; background: #FFFFFF url(bg_line.png) top repeat-x; |