MediaWiki:Common.css: Razlika med redakcijama

Izbrisana vsebina Dodana vsebina
Make the list of references smaller (list-style-type)
Redakcija 4066800 uporabnika Pinky sl (pogovor) razveljavljena
Vrstica 47:
}
 
/* Make the list of references in [[Template:Reflist]] smaller */
ol.references,-small {
font-size: 90%;
div.reflist,
div.refbegin {
font-size: 90%; /* Default font-size */
margin-bottom: 0.5em;
}
div.refbegin-100 {
font-size: 100%; /* Option for normal fontsize in {{refbegin}} */
}
div.reflist ol.references {
font-size: 100%; /* Reset font-size when nested in div.reflist */
list-style-type: inherit; /* Enable custom list style types */
}