From 39c190e75b028a0e53217ed385711b84690fe1bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Br=C3=BCckner?= Date: Tue, 29 May 2007 17:23:18 +0000 Subject: - added translation-fixes for aboutbox - added hyperlink style for aboutbox --- css/styles.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'css') 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 { -- cgit v1.2.3