mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Fixed layout in IE7. Still some fieldset legend issues remaining, but will get fixed once the browser becomes more stable.
git-svn-id: file:///svn/phpbb/trunk@5515 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
de75ce31a4
commit
24daa6b21f
1 changed files with 1 additions and 1 deletions
|
@ -724,7 +724,7 @@ a.button2, a.button2:link, a.button2:visited, a.button2:active {
|
|||
visibility: hidden;
|
||||
}
|
||||
/* Hide from Mac IE, Windows IE uses this as it doesn't support the :after method above \*/
|
||||
* html .clearfix, * html #tabs, * html .row, * html #content, * html fieldset dl, #page-body {
|
||||
.clearfix, #tabs, .row, #content, fieldset dl, #page-body {
|
||||
height: 1%;
|
||||
}
|
||||
/* End hide */
|
||||
|
|
Loading…
Add table
Reference in a new issue