90,866
edits
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Make the list of references smaller */ | |||
.references-small { font-size: 90%;} | |||
ol.references, | |||
div.reflist, | |||
div.refbegin { | |||
font-size: 90%; /* Default font-size */ | |||
} | |||
div.reflist ol.references { | |||
font-size: 100%; /* Reset font-size when nested in div.reflist */ | |||
list-style-type: inherit; /* Enable custom list style types */ | |||
} | |||
th { font-weight: bold; } | th { font-weight: bold; } |
edits