Open main menu

Changes

be more specific in the selector
/** CSS placed here will be applied to all skins */
 
/** make lists more like Microsoft Word
https://www.mediawiki.org/wiki/Help:Lists#Site-wide */
 
.mw-body ol {
list-style-type:decimal;
}
.mw-body ol li > ol {
list-style-type:lower-alpha;
}
.mw-body ol li > ol li > ol {
list-style-type:lower-roman
}
/**