This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
2020-04-05 20:49:27 +00:00
|
|
|
ul,
|
|
|
|
ol {
|
2014-07-28 13:35:53 +00:00
|
|
|
margin: 0 0 1.5em 3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
list-style: disc;
|
|
|
|
}
|
|
|
|
|
|
|
|
ol {
|
|
|
|
list-style: decimal;
|
|
|
|
}
|
|
|
|
|
|
|
|
li > ul,
|
|
|
|
li > ol {
|
|
|
|
margin-bottom: 0;
|
|
|
|
margin-left: 1.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
dt {
|
2020-04-05 20:49:27 +00:00
|
|
|
font-weight: 700;
|
2014-07-28 13:35:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
dd {
|
|
|
|
margin: 0 1.5em 1.5em;
|
2017-07-01 04:57:00 +00:00
|
|
|
}
|