Template:Reflist/styles.css

From Puella Magi Wiki
< Template:Reflist
Revision as of 18:05, 24 September 2023 by 0x99 (talk | contribs) (Created page with ".pm-reflist { font-size: 90%; →‎Default font-size: margin-bottom: 0.5em; list-style-type: decimal; } .pm-reflist .references { font-size: 100%; →‎Reset font-size when nested in div.reflist: margin-bottom: 0; →‎Avoid double margin when nested in div.reflist: list-style-type: inherit; →‎Enable custom list style types: }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
.pm-reflist {
	font-size: 90%;            /* Default font-size */
	margin-bottom: 0.5em;
	list-style-type: decimal;
}

.pm-reflist .references {
	font-size: 100%;           /* Reset font-size when nested in div.reflist */
	margin-bottom: 0;          /* Avoid double margin when nested in div.reflist */
	list-style-type: inherit;  /* Enable custom list style types */
}