From ed401fc8a682c49a9e740e41b4401165a28dfd96 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Sun, 14 Feb 2010 15:05:38 -0700 Subject: Add zoom attribute to #g-banner to fix issue banner display. Closes #863 --- themes/wind/css/fix-ie.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/wind/css/fix-ie.css b/themes/wind/css/fix-ie.css index 376dac74..4f0d0888 100644 --- a/themes/wind/css/fix-ie.css +++ b/themes/wind/css/fix-ie.css @@ -4,6 +4,7 @@ #g-banner { z-index: 2; + zoom: 1; } input.submit { -- cgit v1.2.3