diff --git a/phpBB/templates/subSilver/formIE.css b/phpBB/templates/subSilver/formIE.css index 9e4bf2ceb4..fde54cb138 100644 --- a/phpBB/templates/subSilver/formIE.css +++ b/phpBB/templates/subSilver/formIE.css @@ -16,3 +16,4 @@ border-bottom-width : 1px; border-left-width : 1px; } +.postbody { line-height: 18px} diff --git a/phpBB/templates/subSilver/subSilver.css b/phpBB/templates/subSilver/subSilver.css index 7dc0869751..ba58268159 100644 --- a/phpBB/templates/subSilver/subSilver.css +++ b/phpBB/templates/subSilver/subSilver.css @@ -140,7 +140,7 @@ a.topictitle:hover { text-decoration: underline; color : #DD6900; } /* The content of the posts (body of text) */ -.postbody { font-size : 12px; line-height: 18px} +.postbody { font-size : 12px;} a.postlink:link { text-decoration: none; color : #006699 } a.postlink:visited { text-decoration: none; color : #5493B4; } a.postlink:hover { text-decoration: underline; color : #DD6900}