diff options
author | Bart van Bragt <bartvb@users.sourceforge.net> | 2001-11-28 18:48:53 +0000 |
---|---|---|
committer | Bart van Bragt <bartvb@users.sourceforge.net> | 2001-11-28 18:48:53 +0000 |
commit | be48a3fba7758774a59bfaa5218c97cdd01cad49 (patch) | |
tree | a790e9383c1504ff78dc76eb616dbae5a08b6e01 /phpBB/templates | |
parent | 3f06c646438977903b3784a58de7d453da7a4ac9 (diff) | |
download | forums-be48a3fba7758774a59bfaa5218c97cdd01cad49.tar forums-be48a3fba7758774a59bfaa5218c97cdd01cad49.tar.gz forums-be48a3fba7758774a59bfaa5218c97cdd01cad49.tar.bz2 forums-be48a3fba7758774a59bfaa5218c97cdd01cad49.tar.xz forums-be48a3fba7758774a59bfaa5218c97cdd01cad49.zip |
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
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/subSilver/overall_header.tpl | 4 |
1 files 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 } |