summaryrefslogtreecommitdiff
path: root/themes/garland
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-05-18 11:56:59 +0000
committerDries Buytaert <dries@buytaert.net>2010-05-18 11:56:59 +0000
commit6babaebe025c76d7bda4c10c08b0ee0a797733a8 (patch)
treedeb10957b3fadc793dd3bd0b784d3a4a5346dc61 /themes/garland
parent7d2d610f13f0a5abd09b2f7d678fb553d1934d40 (diff)
downloadbrdo-6babaebe025c76d7bda4c10c08b0ee0a797733a8.tar.gz
brdo-6babaebe025c76d7bda4c10c08b0ee0a797733a8.tar.bz2
- Patch #223341 by bonzinip, Jody Lynn, Kars-T, casey: menus cannot be created using 'ol'
Diffstat (limited to 'themes/garland')
-rw-r--r--themes/garland/style.css2
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);
}