Difference between revisions of "Template:Reading2"
Line 191: | Line 191: | ||
} | } | ||
− | ol { | + | ol.red { |
counter-reset: item; | counter-reset: item; | ||
} | } | ||
− | ol li { display: block } | + | ol.red li { display: block } |
− | ol li:before { | + | ol.red li:before { |
content: counter(item) ". "; | content: counter(item) ". "; | ||
counter-increment: item; | counter-increment: item; |
Revision as of 18:08, 10 September 2015