From ad0497a8d2956a73d174445a30d9190b1f970caf Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sat, 17 Oct 2009 12:58:31 -0600 Subject: Drop our g-clearfix in favor of using jQuery UI's ui-helper-clearfix. --- themes/wind/css/fix-ie.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/wind/css') diff --git a/themes/wind/css/fix-ie.css b/themes/wind/css/fix-ie.css index 60abc08d..c32d2cab 100644 --- a/themes/wind/css/fix-ie.css +++ b/themes/wind/css/fix-ie.css @@ -2,7 +2,7 @@ * Fix display in IE 6, 7 */ -.g-clearfix { +.ui-helper-clearfix { zoom: 1; } -- cgit v1.2.3