Index: themes/garland/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/style.css,v
retrieving revision 1.47
diff -u -p -r1.47 style.css
--- themes/garland/style.css	19 Dec 2008 15:42:26 -0000	1.47
+++ themes/garland/style.css	22 Jan 2009 13:08:07 -0000
@@ -89,8 +89,8 @@ ul, .block ul, ol {
   padding: 0 0 0 1.5em; /* LTR */
 }
 
-/* Default to menu leaf bullet for unordered list items. "ul" used here so it can cascade to list items and "li.leaf" to override the system leaf image. */
-ul, li.leaf {
+/* Default to menu leaf bullet for unordered list items. "ul li.leaf" used here to override the system leaf image for unordered lists. */
+ul li.leaf {
   list-style-image: url(images/menu-leaf.gif);
 }
 
