Skip to content

Commit 9acb61a

Browse files
committed
[css-lists-3][meta] whitespace
1 parent 57fad84 commit 9acb61a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css-lists-3/Overview.bs

+4
Original file line numberDiff line numberDiff line change
@@ -1096,12 +1096,16 @@ The Implicit ''list-item'' Counter</h3>
10961096
like ''decimal''.
10971097

10981098
<div class="example">
1099+
10991100
In the following example,
11001101
the list is modified to count by twos:
1102+
11011103
<pre>
11021104
ol.evens > li { counter-increment: list-item 2; }
11031105
</pre>
1106+
11041107
A three-item list would be rendered as
1108+
11051109
<pre>
11061110
2. First Item
11071111
4. Second Item

0 commit comments

Comments
 (0)