mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00: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:
parent
306d47a09b
commit
d153981485
2 changed files with 2 additions and 1 deletions
|
@ -16,3 +16,4 @@ border-bottom-width : 1px;
|
||||||
border-left-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) */
|
/* 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}
|
||||||
|
|
Loading…
Add table
Reference in a new issue