diff options
author | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-05-29 16:17:33 +0000 |
---|---|---|
committer | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-05-29 16:17:33 +0000 |
commit | ec1c5ae13b2b6ac01d136034223ff0ad38c5fe11 (patch) | |
tree | c84ec7125713905d900296a0155abf0fc0ad9a8a /css | |
parent | 7d8bd157423f8e20c4b8a33bf937b4407ec3d543 (diff) | |
download | vdr-plugin-live-ec1c5ae13b2b6ac01d136034223ff0ad38c5fe11.tar.gz vdr-plugin-live-ec1c5ae13b2b6ac01d136034223ff0ad38c5fe11.tar.bz2 |
- added bugtracking information to about box
- added nicknames to about box
Diffstat (limited to 'css')
-rw-r--r-- | css/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/styles.css b/css/styles.css index 014d229..90eb633 100644 --- a/css/styles.css +++ b/css/styles.css @@ -933,6 +933,10 @@ div#aboutBox_tip { padding-left: 200px; } +.about_box div.about_content div.about_line { + padding-left: 5px; +} + .about_box div.about_content div.about_head { font-weight: bold; margin-top: 0px; |