mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-16 18:58:45 +00:00
4648848cbf
They reference T160946, but in that task it was explained that the problem was caused by faulty wikitext (T160946#3230740), so I don't know why they were added. Bug: T323640 Change-Id: I73d654d1f9127e22365d94909681c1c5f5f39597
46 lines
602 B
Plaintext
46 lines
602 B
Plaintext
.content {
|
|
ol {
|
|
padding-left: 2.25em;
|
|
}
|
|
|
|
ul {
|
|
list-style-type: disc;
|
|
padding-left: 1em;
|
|
|
|
& > li > ul {
|
|
list-style-type: circle;
|
|
|
|
& > li > ul {
|
|
list-style-type: square;
|
|
}
|
|
}
|
|
}
|
|
|
|
/* stylelint-disable no-descending-specificity */
|
|
ol,
|
|
ul {
|
|
ol,
|
|
ul {
|
|
margin-left: 1em;
|
|
}
|
|
}
|
|
|
|
li {
|
|
margin-bottom: 10px;
|
|
|
|
&:last-child {
|
|
margin-bottom: inherit;
|
|
}
|
|
}
|
|
/* stylelint-enable no-descending-specificity */
|
|
}
|
|
|
|
/* As in Vector, indenting of definition lists, and bolding of definition terms is generically useful */
|
|
dl {
|
|
margin-left: 1em;
|
|
|
|
dt {
|
|
font-weight: bold;
|
|
}
|
|
}
|