diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/garland/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |