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:
Meik Sievertsen 2007-05-20 10:05:07 +00:00
parent 08a45760b4
commit 15a4889f49

View file

@ -49,8 +49,10 @@ ul.topiclist dfn {
ul.topiclist li.row dt a.subforum {
background-image: none;
background-position: 0pt 50%;
background-position: 0 50%;
background-repeat: no-repeat;
position: relative;
white-space: nowrap;
padding: 0 0 0 12px;
}