Jump to content

MediaWiki:Common.css: Difference between revisions

added .reflist-lower-alpha
(corrected appearance of link icons, which went sideways after wiki update)
(added .reflist-lower-alpha)
Line 1,098: Line 1,098:
.treeview li.emptyline > ul > li:first-child {
.treeview li.emptyline > ul > li:first-child {
background-position: 0 9px
background-position: 0 9px
}
/* For listing references (footnotes) at the bottom of an article using letters instead of numbers.
  This is intended to go along with footnotes that have been placed throughout the article using
  the tag "<ref group=lower-alpha>". */
.reflist-lower-alpha {
list-style-type: lower-alpha;
}
}