From be48a3fba7758774a59bfaa5218c97cdd01cad49 Mon Sep 17 00:00:00 2001 From: Bart van Bragt Date: Wed, 28 Nov 2001 18:48:53 +0000 Subject: [PATCH] It's the small thing that can annoy the heck out of you :) git-svn-id: file:///svn/phpbb/trunk@1468 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/templates/subSilver/overall_header.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/templates/subSilver/overall_header.tpl b/phpBB/templates/subSilver/overall_header.tpl index e4ef97b46f..6c28840dc0 100644 --- a/phpBB/templates/subSilver/overall_header.tpl +++ b/phpBB/templates/subSilver/overall_header.tpl @@ -27,7 +27,7 @@ font { font-family: Verdana, Arial, Helvetica, sans-serif } td { font-family: Verdana, Arial, Helvetica, sans-serif } th { font-family: Verdana, Arial, Helvetica, sans-serif } P { font-family: Verdana, Arial, Helvetica, sans-serif } -hr { height: 1px; color:{T_TR_COLOR3} } +hr { height: 0px; border: solid {T_TR_COLOR3} 0px; border-top-width: 1px;} /* Forum colours */ @@ -134,7 +134,7 @@ a.postdetails:hover { color: #C23030; text-decoration: underline; } /* The content of the posts (body of text) */ -.postbody { font-size : 12px; line-height: 150%} +.postbody { font-size : 12px; line-height: 18px} a.postlink { text-decoration: none; color : {T_BODY_LINK} } a.postlink:hover { text-decoration: underline; color : #C23030 }