MediaWiki:Common.css: Difference between revisions
EnWikiAdmin (talk | contribs) No edit summary |
EnWikiAdmin (talk | contribs) No edit summary |
||
Line 206: | Line 206: | ||
padding: 8px 18px 8px 0; | padding: 8px 18px 8px 0; | ||
} | } | ||
/* Initialize counter for the footnotes list */ | |||
.mw-reflist { | |||
counter-reset: footnote-counter; | |||
} | |||
/* Style each footnote with an alphabetic label */ | |||
.mw-reflist li::before, | |||
.mw-parser-output .mw-reflist li::before { | |||
counter-increment: footnote-counter; | |||
content: "[" counter(footnote-counter, lower-alpha) "]"; | |||
} | |||
@media screen { | @media screen { |