File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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: ") ";
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments