MediaWiki:Common.css: Difference between revisions

From M365Docs
Created page with "→CSS placed here will be applied to all skins: .mw-prefixindex-list { column-count: 1 !important; columns: auto !important; }"
 
No edit summary
Line 4: Line 4:
     column-count: 1 !important;
     column-count: 1 !important;
     columns: auto !important;
     columns: auto !important;
}
/* Sommaire flottant à droite du contenu */
#toc, .toc {
    float: right;
    clear: right;
    margin: 0 0 1em 1.5em;
    max-width: 320px;
}
}

Revision as of 07:25, 24 September 2026

/* CSS placed here will be applied to all skins */

.mw-prefixindex-list {
    column-count: 1 !important;
    columns: auto !important;
}

/* Sommaire flottant à droite du contenu */
#toc, .toc {
    float: right;
    clear: right;
    margin: 0 0 1em 1.5em;
    max-width: 320px;
}