diff options
Diffstat (limited to 'phpBB/templates/subSilver/overall_header.tpl')
-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 } |