mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 00:37:42 +02:00
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:
@@ -16,3 +16,4 @@ border-bottom-width : 1px;
|
||||
border-left-width : 1px;
|
||||
}
|
||||
|
||||
.postbody { line-height: 18px}
|
||||
|
@@ -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}
|
||||
|
Reference in New Issue
Block a user