- Patch #223341 by bonzinip, Jody Lynn, Kars-T, casey: menus cannot be created using 'ol'

merge-requests/26/head
Dries Buytaert 2010-05-18 11:56:59 +00:00
parent 7d2d610f13
commit 6babaebe02
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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);
}