MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 209: Line 209:
.mw-reflist li::before {
.mw-reflist li::before {
     counter-increment: footnote-counter !important;
     counter-increment: footnote-counter !important;
    content: "[" counter(footnote-counter, lower-alpha) "] " !important;
  // content: "[" counter(footnote-counter, lower-alpha) "] " !important;
}
}