From 703d62f2982fb6ec2e85e5bf5e96be44b0544a34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Fri, 26 Oct 2012 14:29:15 -0400 Subject: [PATCH] Autocomplete: Removed CSS workaround for IE6. --- themes/base/jquery.ui.autocomplete.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/themes/base/jquery.ui.autocomplete.css b/themes/base/jquery.ui.autocomplete.css index 05ae3108f..b9835baa1 100644 --- a/themes/base/jquery.ui.autocomplete.css +++ b/themes/base/jquery.ui.autocomplete.css @@ -13,6 +13,3 @@ top: 0; /* #8656 */ cursor: default; } - -/* workarounds */ -* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */