Skip to content

Commit 2b9ee82

Browse files
committed
Fixed example.
1 parent fa9ec4b commit 2b9ee82

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css3-lists/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2294,7 +2294,7 @@ <h2 id=symbols-function><span class=secno>9. </span> Defining Anonymous
22942294

22952295
<p>On the other hand, specifying the type of counter, like so:</p>
22962296

2297-
<pre>ol { list-style: symbols("*" "\2020" "\2021" "\A7" "#" as repeating); }</pre>
2297+
<pre>ol { list-style: symbols("*" "\2020" "\2021" "\A7" as repeating); }</pre>
22982298

22992299
<p>will produce lists that look like:</p>
23002300

css3-lists/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1555,7 +1555,7 @@ <h2 id='symbols-function'>
15551555

15561556
<p>On the other hand, specifying the type of counter, like so:</p>
15571557

1558-
<pre>ol { list-style: symbols("*" "\2020" "\2021" "\A7" "#" as repeating); }</pre>
1558+
<pre>ol { list-style: symbols("*" "\2020" "\2021" "\A7" as repeating); }</pre>
15591559

15601560
<p>will produce lists that look like:</p>
15611561

0 commit comments

Comments
 (0)