commit 752c8a700f8a30f94e04e69dfb65c25eb7f4ce3c
Author: Brenda Wallace <shiny@cpan.org>
Date:   Wed Jun 16 09:12:23 2010 +1200

    Spaces Between Autocomplete Items http://drupal.org/node/626166

diff --git a/style.css b/style.css
index 1cd57a0..fae4137 100644
--- a/style.css
+++ b/style.css
@@ -1603,4 +1603,8 @@ tr.even, tr.odd
   color: #FF0000;
   font-size: 60%;
   font-weight: normal;
-}
\ No newline at end of file
+}
+
+#autocomplete li {
+  margin: 0;
+}
