padding: 0;
}
-.doc ul {
- margin: 0;
- padding: 0 0 0 1.5rem;
-}
-
+.doc ul,
.doc ol {
margin: 0;
padding: 0 0 0 2rem;
- list-style: none;
- counter-reset: ordered-list;
-}
-
-.doc ol[start="1"] {
- counter-reset: ordered-list 0;
-}
-
-.doc ol[start="2"] {
- counter-reset: ordered-list 1;
-}
-
-.doc ol[start="3"] {
- counter-reset: ordered-list 2;
-}
-
-.doc ol[start="4"] {
- counter-reset: ordered-list 3;
-}
-
-.doc ol[start="5"] {
- counter-reset: ordered-list 4;
-}
-
-.doc ol[start="6"] {
- counter-reset: ordered-list 5;
-}
-
-.doc ol[start="7"] {
- counter-reset: ordered-list 6;
-}
-
-.doc ol[start="8"] {
- counter-reset: ordered-list 7;
-}
-
-.doc ol[start="9"] {
- counter-reset: ordered-list 8;
-}
-
-.doc ol[start="10"] {
- counter-reset: ordered-list 9;
-}
-
-.doc ol > li {
- counter-increment: ordered-list;
-}
-
-.doc ol > li::before {
- font-weight: 500;
- font-size: 0.95em;
- display: inline-block;
- width: 1em;
- direction: rtl;
- /* NOTE the browser uses -1.25em as left offset */
- margin: -0.025em 0.5em 0 -1.5em;
- text-align: right;
- position: absolute;
-}
-
-.doc ol.arabic > li::before {
- content: "." counter(ordered-list);
-}
-
-/* NOTE decimal-leading-zero not yet supported; @counter-style not supported in Chrome */
-
-.doc ol.loweralpha > li::before {
- content: "." counter(ordered-list, lower-alpha);
-}
-
-.doc ol.lowergreek > li::before {
- content: "." counter(ordered-list, lower-greek);
-}
-
-.doc ol.lowerroman > li::before {
- content: "." counter(ordered-list, lower-roman);
-}
-
-.doc ol.upperalpha > li::before {
- content: "." counter(ordered-list, upper-alpha);
-}
-
-.doc ol.upperroman > li::before {
- content: "." counter(ordered-list, upper-roman);
}
.doc ul.checklist {
.doc ul.checklist p > i.fa-square-o:first-child {
display: inline-flex;
justify-content: center;
- width: 1rem;
- margin-right: 0.25rem;
+ width: 1.25rem;
}
.doc ul.checklist i.fa-check-square-o::before {