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
}
/**
margin: 0 0 0.5em 1em;
padding: 0;
-moz-border-radius: 5px3px; border-radius: 5px3px;
}
table.smworgtable-v2 tr {