From 8635525ba5cbb149058fcd93ce18e8996867544b Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Fri, 25 May 2007 20:23:05 +0000 Subject: - Change styles to get rid of transparent line in about box. --- css/styles.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'css/styles.css') 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; -- cgit v1.2.3