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