- Patch #223341 by bonzinip, Jody Lynn, Kars-T, casey: menus cannot be created using 'ol'
parent
7d2d610f13
commit
6babaebe02
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue