diff --git a/phpBB/templates/subSilver/overall_header.tpl b/phpBB/templates/subSilver/overall_header.tpl index 64416b665e..969d02c9dc 100644 --- a/phpBB/templates/subSilver/overall_header.tpl +++ b/phpBB/templates/subSilver/overall_header.tpl @@ -140,10 +140,10 @@ a:hover.postdetails { color: #C23030; text-decoration: underline; } /* The content of the posts (body of text) */ -.postbody { font-size : 12px; } +.postbody { font-size : 12px; line-height: 150%} -a.postbody, a.posttiny, a.postsmall, a.postlarge, a.posthuge { text-decoration: none; color : #0176BC } -a:hover.postbody, a:hover.posttiny, a:hover.postsmall, a:hover.postlarge, a:hover.posthuge{ text-decoration: underline; color : #C23030 } +a.postbody { text-decoration: none; color : #0176BC } +a:hover.postbody { text-decoration: underline; color : #C23030 } /* Quote Code (currently not used) */ diff --git a/phpBB/templates/subSilver/viewtopic_body.tpl b/phpBB/templates/subSilver/viewtopic_body.tpl index db1e365599..b14f93c3b9 100644 --- a/phpBB/templates/subSilver/viewtopic_body.tpl +++ b/phpBB/templates/subSilver/viewtopic_body.tpl @@ -45,7 +45,7 @@