Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
6babaebe
Commit
6babaebe
authored
May 18, 2010
by
Dries
Browse files
- Patch
#223341
by bonzinip, Jody Lynn, Kars-T, casey: menus cannot be created using 'ol'
parent
7d2d610f
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/system/system-menus.css
View file @
6babaebe
...
...
@@ -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
;
...
...
themes/garland/style.css
View file @
6babaebe
...
...
@@ -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)
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment