Open main menu

Changes

be more specific in the selector
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;
}