From 609072d3b94b403faedb4d3a36a53aee9432fe60 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Wed, 7 Oct 2009 20:29:16 -0600 Subject: Update fix ie style sheets to include .g-clearfix. --- themes/admin_wind/css/fix-ie.css | 5 ++--- themes/wind/css/fix-ie.css | 6 +----- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/themes/admin_wind/css/fix-ie.css b/themes/admin_wind/css/fix-ie.css index 708ac782..106fe4a1 100644 --- a/themes/admin_wind/css/fix-ie.css +++ b/themes/admin_wind/css/fix-ie.css @@ -2,10 +2,9 @@ * Fix display in IE 6 and 7 */ -#g-header, +.g-clearfix, #g-group-admin, -#g-developer-tools, -.g-available .g-block { +#g-developer-tools { zoom: 1; } diff --git a/themes/wind/css/fix-ie.css b/themes/wind/css/fix-ie.css index d6405c36..be6e22be 100644 --- a/themes/wind/css/fix-ie.css +++ b/themes/wind/css/fix-ie.css @@ -2,11 +2,7 @@ * Fix display in IE 6, 7 */ -#g-banner, -.g-breadcrumbs, -#g-album-grid, -#g-pager, -#g-view-menu { +.g-clearfix { zoom: 1; } -- cgit v1.2.3