diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-10-26 14:29:15 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-10-26 14:29:15 -0400 |
commit | 703d62f2982fb6ec2e85e5bf5e96be44b0544a34 (patch) | |
tree | 6ed2e17fd5c280f41dc7f4fb38ae26e34ff57723 /themes | |
parent | d68ef5e4e1328eee4f275a5651d6fd2e9bd1cf21 (diff) | |
download | jquery-ui-703d62f2982fb6ec2e85e5bf5e96be44b0544a34.tar.gz jquery-ui-703d62f2982fb6ec2e85e5bf5e96be44b0544a34.zip |
Autocomplete: Removed CSS workaround for IE6.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base/jquery.ui.autocomplete.css | 3 |
1 files changed, 0 insertions, 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 */ |