mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 14:23:53 +00:00
Merge "Unify ul
bullet styling"
This commit is contained in:
commit
8be193a1dd
|
@ -4,14 +4,14 @@
|
|||
}
|
||||
|
||||
ul {
|
||||
list-style-type: square;
|
||||
list-style-type: disc;
|
||||
padding-left: 1em;
|
||||
|
||||
& > li > ul {
|
||||
list-style-type: disc;
|
||||
list-style-type: circle;
|
||||
|
||||
& > li > ul {
|
||||
list-style-type: circle;
|
||||
list-style-type: square;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue