MediaWiki:Common.css: Difference between revisions
From ICAR Wiki
No edit summary Tag: Manual revert |
No edit summary |
||
Line 6: | Line 6: | ||
}*/ | }*/ | ||
/*.tocnumber { display: none; }*/ | /*.tocnumber { display: none; }*/ | ||
ol { | |||
list-style-type: decimal; | |||
} | |||
ol li > ol { | |||
list-style-type: lower-alpha; | |||
} | |||
ol li > ol li > ol { | |||
list-style-type: lower-roman; | |||
} |