MediaWiki:Common.css: verschil tussen versies

Verwijderde inhoud Toegevoegde inhoud
k Blockquote meer naar links
kGeen bewerkingssamenvatting
Regel 24:
/* .toctext {font-size: 14px;} inhoudsopgave regels */
#toctitle {font-size: 14px;} /* titel van de inhoudsopgave; 9/4/16 werkt nog niet */
ol { /* Lijstnummering in de vorm 1.a.i . Deze code toegevoegd op 8 mrt 2023 */
list-style-type: decimal;
}
ol li > ol {
list-style-type: lower-alpha;
}
ol li > ol li > ol {
list-style-type: lower-roman;
}
/* BLOCKQUOTE */
blockquote {