Skip to content

Commit dd891ce

Browse files
committed
[css-counter-styles] markup fix
1 parent de51837 commit dd891ce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-counter-styles/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ Building Off Of Existing Counter Styles: the ''extends'' system
701701
Rather than writing up an entirely new counter style,
702702
this can be done by just extending ''decimal'':
703703

704-
<pre class='css'>
704+
<pre>
705705
@counter-style decimal-paren {
706706
system: extends decimal;
707707
suffix: ") ";

css-counter-styles/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ <h4 class="heading settled" data-level=3.1.7 id=extends-system><span class=secno
777777
<p>Rather than writing up an entirely new counter style,
778778
this can be done by just extending <a class=css data-link-type=maybe href=#valuedef-counter-style-name-decimal title=decimal>decimal</a>:</p>
779779

780-
<pre class=css>@counter-style decimal-paren {
780+
<pre>@counter-style decimal-paren {
781781
system: extends decimal;
782782
suffix: ") ";
783783
}

0 commit comments

Comments
 (0)