From b9d1d73fc31655028ed8f8ebe48385b6ad7599ac Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Tue, 2 Oct 2001 00:45:42 +0000 Subject: [PATCH] Tom's changes git-svn-id: file:///svn/phpbb/trunk@1120 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/templates/subSilver/overall_header.tpl | 6 +++--- phpBB/templates/subSilver/viewtopic_body.tpl | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 @@ - {postrow.MESSAGE} + {postrow.MESSAGE} Back