Template:Reflist/styles.css

< Template:Reflist
Revision as of 20:07, 26 August 2023 by DansFriend (talk | contribs) (Created page with ".reflist-upper-alpha { list-style-type: upper-alpha; } .reflist-upper-roman { list-style-type: upper-roman; } .reflist-lower-alpha, .reflist-note, .reflist-notes { list-style-type: lower-alpha; } .reflist-lower-greek { list-style-type: lower-greek; } .reflist-lower-roman { list-style-type: lower-roman; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.reflist-upper-alpha {
	list-style-type: upper-alpha;
}

.reflist-upper-roman {
	list-style-type: upper-roman;
}

.reflist-lower-alpha, .reflist-note, .reflist-notes {
	list-style-type: lower-alpha;
}

.reflist-lower-greek {
	list-style-type: lower-greek;
}

.reflist-lower-roman {
	list-style-type: lower-roman;
}