|
From: Meik S. <acy...@ph...> - 2009-09-01 12:38:35
|
Author: acydburn
Date: Tue Sep 1 13:32:16 2009
New Revision: 10083
Log:
Fix IE6 display for very large forum icons - Bug #44695 - Patch by Ishimaru Chiaki
Modified:
branches/phpBB-3_0_0/phpBB/styles/prosilver/theme/tweaks.css
Modified: branches/phpBB-3_0_0/phpBB/styles/prosilver/theme/tweaks.css
==============================================================================
*** branches/phpBB-3_0_0/phpBB/styles/prosilver/theme/tweaks.css (original)
--- branches/phpBB-3_0_0/phpBB/styles/prosilver/theme/tweaks.css Tue Sep 1 13:32:16 2009
***************
*** 67,72 ****
--- 67,77 ----
height: 35px;
}
+ * html li.row dl.icon dt {
+ height: 35px;
+ overflow: visible;
+ }
+
* html #search-box {
width: 25%;
}
|