mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Correctly display list items in forum description in prosilver and administration. (Bug #48055 - Patch by leviatan21)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10077 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -132,6 +132,18 @@ dd.posts, dd.topics, dd.views {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
/* List in forum description */
|
||||
dl.icon dt ol,
|
||||
dl.icon dt ul {
|
||||
list-style-position: inside;
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
dl.icon dt li {
|
||||
display: list-item;
|
||||
list-style-type: inherit;
|
||||
}
|
||||
|
||||
dd.lastpost {
|
||||
width: 25%;
|
||||
font-size: 1.1em;
|
||||
|
Reference in New Issue
Block a user