From d153981485f5fc30288dc5a086e4a5ad74f63a71 Mon Sep 17 00:00:00 2001 From: dougk_ff7 Date: Mon, 25 Mar 2002 20:32:36 +0000 Subject: [PATCH] Fixing bug 520011-multiple inline images break layout in NS. Tom sent this to me, so here it is. git-svn-id: file:///svn/phpbb/trunk@2434 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/templates/subSilver/formIE.css | 1 + phpBB/templates/subSilver/subSilver.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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}