summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/system/system-menus.css2
-rw-r--r--themes/garland/style.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system-menus.css b/modules/system/system-menus.css
index e14229352..abf18ad7f 100644
--- a/modules/system/system-menus.css
+++ b/modules/system/system-menus.css
@@ -10,7 +10,7 @@ ul.menu li {
}
ul li.expanded {
list-style-type: circle;
- list-style-image: url(../../misc/menu-expanded.png);
+ list-style-image: url(../../misc/menu-expanded.png);
}
ul li.collapsed {
list-style-type: disc;
diff --git a/themes/garland/style.css b/themes/garland/style.css
index be429b75e..c6564d734 100644
--- a/themes/garland/style.css
+++ b/themes/garland/style.css
@@ -110,7 +110,7 @@ ol {
/* 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 {
+ul li.leaf {
list-style-image: url(images/menu-leaf.gif);
}