MediaWiki:Common.css: Difference between revisions

m
corrected comment on reflist-lower-alpha
m (oops)
m (corrected comment on reflist-lower-alpha)
Line 1,109: Line 1,109:
}
}


/* For listing references (footnotes) at the bottom of an article using letters instead of numbers.
/* Changes references (footnotes) to use letters instead of numbers.
  This is intended to go along with footnotes that have been placed throughout the article using
* Also requires the alphabetic list on [[MediaWiki:Cite link label group-lower-alpha]].
  the tag "<ref group=lower-alpha>". */
* For sample usage of this class, see [[Quotes/Manual]].
*/
.reflist-lower-alpha {
.reflist-lower-alpha {
list-style-type: lower-alpha;
list-style-type:lower-alpha;
}
}