mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/10734] Fixed IE7 clear float bug
Modified tweaks.css to fix IE bug PHPBB-10734
This commit is contained in:
parent
57ba42d8df
commit
6498f2d33a
1 changed files with 5 additions and 0 deletions
|
@ -28,4 +28,9 @@ dl.details dd {
|
||||||
/* Headerbar height fix for IE7 */
|
/* Headerbar height fix for IE7 */
|
||||||
#site-description p {
|
#site-description p {
|
||||||
*margin-bottom: 1.0em;
|
*margin-bottom: 1.0em;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Clear float fix for IE7 */
|
||||||
|
.inner {
|
||||||
|
zoom: 1;
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue