From 24daa6b21ff396437c10252e9f6fa8d8870bc132 Mon Sep 17 00:00:00 2001 From: Tom Beddard Date: Thu, 2 Feb 2006 21:06:30 +0000 Subject: [PATCH] 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 --- phpBB/adm/style/admin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 183938e937..aa0cb68871 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -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 */