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
This commit is contained in:
Meik Sievertsen 2009-09-01 12:32:16 +00:00
parent 714aa8b09a
commit a6dce700ce

View file

@ -67,6 +67,11 @@ dl.icon {
height: 35px; height: 35px;
} }
* html li.row dl.icon dt {
height: 35px;
overflow: visible;
}
* html #search-box { * html #search-box {
width: 25%; width: 25%;
} }