Skip to content

Commit 49341f7

Browse files
committed
[css2] Added ol.inline to make the CR exit criteria more compact.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%403151
1 parent 251a270 commit 49341f7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

css2/style/default.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,3 +208,10 @@ DIV.navbar {
208208

209209
H1 { page-break-before: right }
210210
}
211+
212+
213+
/* This is mostly to make the list inside the CR exit criteria more compact. */
214+
ol.inline, ol.inline li {display: inline; padding: 0; margin: 0}
215+
ol.inline {counter-reset: list-item}
216+
ol.inline li {counter-increment: list-item}
217+
ol.inline li:before {content: "(" counter(list-item) ") "; font-weight: bold}

0 commit comments

Comments
 (0)