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
This commit is contained in:
dougk_ff7 2002-03-25 20:32:36 +00:00
parent 306d47a09b
commit d153981485
2 changed files with 2 additions and 1 deletions

View file

@ -16,3 +16,4 @@ border-bottom-width : 1px;
border-left-width : 1px; border-left-width : 1px;
} }
.postbody { line-height: 18px}

View file

@ -140,7 +140,7 @@ a.topictitle:hover { text-decoration: underline; color : #DD6900; }
/* The content of the posts (body of text) */ /* 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:link { text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; } a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900} a.postlink:hover { text-decoration: underline; color : #DD6900}