2017-07-12 15:12:40 +00:00
|
|
|
.content {
|
2019-03-05 02:01:22 +00:00
|
|
|
ol {
|
|
|
|
padding-left: 2.25em;
|
|
|
|
}
|
|
|
|
|
2017-07-12 15:12:40 +00:00
|
|
|
ul {
|
2019-04-30 17:25:35 +00:00
|
|
|
list-style-type: disc;
|
2017-11-02 17:56:51 +00:00
|
|
|
padding-left: 1em;
|
|
|
|
|
2017-07-12 15:12:40 +00:00
|
|
|
& > li > ul {
|
2019-04-30 17:25:35 +00:00
|
|
|
list-style-type: circle;
|
2018-12-12 23:20:10 +00:00
|
|
|
|
2017-07-12 15:12:40 +00:00
|
|
|
& > li > ul {
|
2019-04-30 17:25:35 +00:00
|
|
|
list-style-type: square;
|
2017-07-12 15:12:40 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/* stylelint-disable no-descending-specificity */
|
|
|
|
ol,
|
|
|
|
ul {
|
|
|
|
ol,
|
|
|
|
ul {
|
|
|
|
margin-left: 1em;
|
|
|
|
}
|
2019-03-30 05:44:56 +00:00
|
|
|
}
|
2018-12-12 23:20:10 +00:00
|
|
|
|
2019-03-30 05:44:56 +00:00
|
|
|
li {
|
|
|
|
margin-bottom: 10px;
|
2018-12-12 23:20:10 +00:00
|
|
|
|
2019-03-30 05:44:56 +00:00
|
|
|
&:last-child {
|
|
|
|
margin-bottom: inherit;
|
2017-07-12 15:12:40 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
/* stylelint-enable no-descending-specificity */
|
|
|
|
}
|
|
|
|
|
2022-08-24 19:04:37 +00:00
|
|
|
/* As in Vector, indenting of definition lists, and bolding of definition terms is generically useful */
|
2017-07-12 15:12:40 +00:00
|
|
|
dl {
|
2023-07-15 04:39:48 +00:00
|
|
|
margin-top: 0.2em;
|
|
|
|
margin-bottom: 0.5em;
|
2017-07-12 15:12:40 +00:00
|
|
|
margin-left: 1em;
|
2018-12-12 23:20:10 +00:00
|
|
|
|
2017-07-12 15:12:40 +00:00
|
|
|
dt {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|