From 15a4889f49a6ed2c63bb2ea8e902258ea860a923 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 20 May 2007 10:05:07 +0000 Subject: [PATCH] position relative and nowrap - should fix icon issue on IE7 git-svn-id: file:///svn/phpbb/trunk@7651 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/prosilver/theme/content.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index c98a874254..2affe2a89d 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -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; }