Skip to content

Commit 4147bd9

Browse files
committed
Markup typo
1 parent 7126095 commit 4147bd9

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

css3-lists/Overview.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3102,8 +3102,7 @@ <h2 id=ua-stylesheet><span class=secno>13. </span> Sample style sheet for
31023102
text-align: match-parent;
31033103
}
31043104

3105-
li<code
3106-
class=css>::marker</code> {
3105+
li::marker {
31073106
display: inline;
31083107
margin-right: 1em;
31093108
text-align: end;

css3-lists/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2076,7 +2076,7 @@ <h2 id='ua-stylesheet'>
20762076
text-align: match-parent;
20772077
}
20782078

2079-
li<code class=css>::marker</code> {
2079+
li::marker {
20802080
display: inline;
20812081
margin-right: 1em;
20822082
text-align: end;

0 commit comments

Comments
 (0)