diff options
author | Michael Brückner <mb (plus) vdr (at) gekrumbel (dot) de> | 2007-05-29 17:23:18 +0000 |
---|---|---|
committer | Michael Brückner <mb (plus) vdr (at) gekrumbel (dot) de> | 2007-05-29 17:23:18 +0000 |
commit | 39c190e75b028a0e53217ed385711b84690fe1bb (patch) | |
tree | 6ad90b6d39cbb3f50dd2b688180d58efd9c627be /css | |
parent | f54abe658a2094fd7479826eae014b4c00033faa (diff) | |
download | vdr-plugin-live-39c190e75b028a0e53217ed385711b84690fe1bb.tar.gz vdr-plugin-live-39c190e75b028a0e53217ed385711b84690fe1bb.tar.bz2 |
- added translation-fixes for aboutbox
- added hyperlink style for aboutbox
Diffstat (limited to 'css')
-rw-r--r-- | css/styles.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/css/styles.css b/css/styles.css index 90eb633..ecfb75a 100644 --- a/css/styles.css +++ b/css/styles.css @@ -899,6 +899,12 @@ div.about_box { border: none; } +div.about_box a { + text-decoration: none; + color: black; + font-weight: bold; +} + div#aboutBox_tip { width: 45%; } @@ -934,7 +940,7 @@ div#aboutBox_tip { } .about_box div.about_content div.about_line { - padding-left: 5px; + padding-left: 10px; } .about_box div.about_content div.about_head { |