From a6dce700cea4c48d1fe1054f86e7d5cb3cabb582 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 1 Sep 2009 12:32:16 +0000 Subject: [PATCH] Fix IE6 display for very large forum icons - Bug #44695 - Patch by Ishimaru Chiaki git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10083 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/styles/prosilver/theme/tweaks.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpBB/styles/prosilver/theme/tweaks.css b/phpBB/styles/prosilver/theme/tweaks.css index b6038f3f05..782e682b9d 100644 --- a/phpBB/styles/prosilver/theme/tweaks.css +++ b/phpBB/styles/prosilver/theme/tweaks.css @@ -67,6 +67,11 @@ dl.icon { height: 35px; } +* html li.row dl.icon dt { + height: 35px; + overflow: visible; +} + * html #search-box { width: 25%; }