[ticket/10734] Fixed IE7 clear float bug

Modified tweaks.css to fix IE bug

PHPBB-10734
This commit is contained in:
Shibu Lijack 2012-04-02 01:47:08 +05:30
parent 57ba42d8df
commit 6498f2d33a

View file

@ -28,4 +28,9 @@ dl.details dd {
/* Headerbar height fix for IE7 */
#site-description p {
*margin-bottom: 1.0em;
}
/* Clear float fix for IE7 */
.inner {
zoom: 1;
}