Line 793: | Line 793: | ||
list-style-type: decimal; | list-style-type: decimal; | ||
} | } | ||
+ | |||
+ | |||
+ | ol.ref { | ||
+ | counter-reset: item; | ||
+ | list-style-type: none; | ||
+ | *list-style-type: decimal; /*Conditional hack for ie7*/ | ||
+ | } | ||
+ | |||
+ | ol.ref li:before { | ||
+ | content: '[' counter(item, decimal) '. '; | ||
+ | counter-increment: item; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
img.text { | img.text { |
Revision as of 13:24, 16 October 2016