Naar inhoud springen

MediaWiki:Common.css: verschil tussen versies

Uit WaalwijkWiki
De pagina is leeggehaald
Label: Leeghalen
Geen bewerkingssamenvatting
Regel 1: Regel 1:
.appendix-box > h2 {
    font-weight: bold;
    border-bottom: 1px solid #a2a9b1;
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: .3em;
}


.mw-parser-output .appendix-box {
    display: flow-root;
    margin-top: 1em;
    box-sizing: border-box;
    position: relative;
    /* BELANGRIJK: zorg dat hij onder infobox/kolommen komt */
    clear: both;
}

Versie van 20 nov 2025 14:50

.appendix-box > h2 {
    font-weight: bold;
    border-bottom: 1px solid #a2a9b1;
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: .3em;
}

.mw-parser-output .appendix-box {
    display: flow-root;
    margin-top: 1em;
    box-sizing: border-box;
    position: relative;

    /* BELANGRIJK: zorg dat hij onder infobox/kolommen komt */
    clear: both;
}