mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 06:51:08 +02:00
[ticket/10734] Fixed IE7 clear float bug
Modified tweaks.css to fix IE bug PHPBB-10734
This commit is contained in:
@@ -29,3 +29,8 @@ dl.details dd {
|
|||||||
#site-description p {
|
#site-description p {
|
||||||
*margin-bottom: 1.0em;
|
*margin-bottom: 1.0em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Clear float fix for IE7 */
|
||||||
|
.inner {
|
||||||
|
zoom: 1;
|
||||||
|
}
|
Reference in New Issue
Block a user