MediaWiki:Common.css: Difference between revisions

adjust border-radius down
No edit summary
Line 1: Line 1:
/** CSS placed here will be applied to all skins */
/** 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;
}


/**
/**