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:
Tom Beddard 2006-02-02 21:06:30 +00:00
parent de75ce31a4
commit 24daa6b21f

View file

@ -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 */