aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2012-05-24 15:01:25 -0400
committerScott González <scott.gonzalez@gmail.com>2012-05-24 15:01:25 -0400
commit86bd95caf08fee31fdc5e4085deed8ac4a5d1c4e (patch)
tree26f68ea64860bd43135327252b66b79d24c04773
parent3e3d4308d79e248f9cd7f6235b1badf7da46a3c1 (diff)
downloadjquery-ui-86bd95caf08fee31fdc5e4085deed8ac4a5d1c4e.tar.gz
jquery-ui-86bd95caf08fee31fdc5e4085deed8ac4a5d1c4e.zip
Revert "Autocomplete: make categories work again, needed because of Menu widget changes (ui-menu-divider), see revision: 44ef35eb6f8aa33c2a2a9e4145e79df74d190d5c"
This reverts commit 07d8d5cbb1e20521f2ec55145ce45d08d8ee5a1f.
-rw-r--r--themes/base/jquery.ui.autocomplete.css2
1 files changed, 0 insertions, 2 deletions
diff --git a/themes/base/jquery.ui.autocomplete.css b/themes/base/jquery.ui.autocomplete.css
index da2032943..5e331b63d 100644
--- a/themes/base/jquery.ui.autocomplete.css
+++ b/themes/base/jquery.ui.autocomplete.css
@@ -9,7 +9,5 @@
*/
.ui-autocomplete { position: absolute; cursor: default; }
-.ui-autocomplete li.ui-autocomplete-category { font-size: 1em; line-height: 1.5; margin: 0.5em 0 0 0; height: auto; border: 0; }
-
/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */