MediaWiki:Common.css
From PostgreSQL wiki
Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh); Konqueror: click Reload or press F5; Opera: clear the cache in Tools → Preferences; Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skouts */ ol.disk {list-style-type:disk;list-style-position:outside;} ol.circle {list-style-type:circle;list-style-position:outside;} ol.square {list-style-type:square;list-style-position:outside;} ol.decimal {list-style-type:decimal;list-style-position:outside;} ol.lower-roman {list-style-type:lower-roman;list-style-position:outside;} ol.upper-roman {list-style-type:upper-roman;list-style-position:outside;} ol.lower-alpha {list-style-type:lower-alpha;list-style-position:outside;} ol.upper-alpha {list-style-type:upper-alpha;list-style-position:outside;} ol.none {list-style-type:none;list-style-position:outside;}
