css_ol_complex-numbers.css
ol { counter-reset: section; list-style-type: none; } ol ol ol{ background:#c0c0c0; padding-left:10px; } ol li { counter-increment: section; } ol li:before { content: counters(section, ".") ". "; }