MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* | /* force lower-alpha lists */ | ||
.references[data-mw-group="lower-alpha"], | ol.references[data-mw-group="lower-alpha"], | ||
ol.references-group-lower-alpha { | .mw-references-wrap ol.references-group-lower-alpha, | ||
ol.references-group-lower-alpha, | |||
div.reflist ol[style*="lower-alpha"] { | |||
list-style-type: lower-alpha !important; | list-style-type: lower-alpha !important; | ||
} | } | ||