Open main menu

Changes

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