Jump to content

MediaWiki:Common.css: Difference between revisions

m
updated reflist comment
(I think this column stuff is obsolete now that browsers support column-count in CSS)
m (updated reflist comment)
Line 1,087: Line 1,087:
}
}


/* Changes references (footnotes) to use letters instead of numbers.
/* Labels references (footnotes) with letters instead of numbers; used by [[Template:ReflistAlpha]].
  * Also requires the alphabetic list on [[MediaWiki:Cite link label group-lower-alpha]].
  * Also requires the alphabetic list on [[MediaWiki:Cite link label 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;
}
}