]> source.dussan.org Git - jquery-ui.git/commitdiff
Autocomplete: Removed CSS workaround for IE6.
authorScott González <scott.gonzalez@gmail.com>
Fri, 26 Oct 2012 18:29:15 +0000 (14:29 -0400)
committerScott González <scott.gonzalez@gmail.com>
Fri, 26 Oct 2012 18:29:15 +0000 (14:29 -0400)
themes/base/jquery.ui.autocomplete.css

index 05ae3108f12a26ab21f74d48e1d8d18b99d44098..b9835baa13f222dbe2190ed78cccf90e2b1ad512 100644 (file)
@@ -13,6 +13,3 @@
        top: 0; /* #8656 */
        cursor: default;
 }
-
-/* workarounds */
-* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */