mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/10734] Fixed IE7 clear float bug
Modified tweaks.css to fix IE bug PHPBB-10734
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user