diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-10-11 13:21:36 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-10-11 13:21:36 -0400 |
commit | 4d5197b7b446be3a4ff680302c80e98b6b809756 (patch) | |
tree | 041bb45d7bc57e033bd01b3a30cf2adfbad39e53 /themes | |
parent | cb57f223e0390266de5cad356477178e9112df41 (diff) | |
download | jquery-ui-4d5197b7b446be3a4ff680302c80e98b6b809756.tar.gz jquery-ui-4d5197b7b446be3a4ff680302c80e98b6b809756.zip |
Whitespace.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/base/jquery.ui.autocomplete.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base/jquery.ui.autocomplete.css b/themes/base/jquery.ui.autocomplete.css index cc85c5a4e..499d2e3ae 100644 --- a/themes/base/jquery.ui.autocomplete.css +++ b/themes/base/jquery.ui.autocomplete.css @@ -8,7 +8,7 @@ * * http://docs.jquery.com/UI/Autocomplete#theming */ -.ui-autocomplete { position: absolute; cursor: default; } +.ui-autocomplete { position: absolute; cursor: default; } /* workarounds */ * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ |