mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
position relative and nowrap - should fix icon issue on IE7
git-svn-id: file:///svn/phpbb/trunk@7651 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
08a45760b4
commit
15a4889f49
1 changed files with 3 additions and 1 deletions
|
@ -49,8 +49,10 @@ ul.topiclist dfn {
|
||||||
|
|
||||||
ul.topiclist li.row dt a.subforum {
|
ul.topiclist li.row dt a.subforum {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
background-position: 0pt 50%;
|
background-position: 0 50%;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
position: relative;
|
||||||
|
white-space: nowrap;
|
||||||
padding: 0 0 0 12px;
|
padding: 0 0 0 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue