Skip to content

Commit cfe8331

Browse files
committed
Class ol.inline for compact numbered lists (in particular inside the
CR exit criteria).
1 parent 76f1256 commit cfe8331

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

default.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ table.features td {
471471
}
472472

473473
/* This is mostly to make the list inside the CR exit criteria more compact. */
474-
dl ol, dl li {display: inline; padding: 0; margin: 0}
475-
dl ol {counter-reset: list-item}
476-
dl li {counter-increment: list-item}
477-
dl li:before {content: "(" counter(list-item) ") "; font-weight: bold}
474+
ol.inline, ol.inline li {display: inline; padding: 0; margin: 0}
475+
ol.inline {counter-reset: list-item}
476+
ol.inline li {counter-increment: list-item}
477+
ol.inline li:before {content: "(" counter(list-item) ") "; font-weight: bold}

0 commit comments

Comments
 (0)