MediaWiki:Common.css: Difference between revisions

From AoP Wiki
Created page with "CSS placed here will be applied to all skins: Collapsible elements. Toggle-link moved to left. /* Margin around it adjusted.: .mw-collapsible span.mw-collapsible-toggle { float:left; margin-left:0; margin-right:1em; }"
(No difference)

Revision as of 03:31, 12 October 2023

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

/* Collapsible elements. Toggle-link moved to left.
/* Margin around it adjusted. */

.mw-collapsible span.mw-collapsible-toggle {
    float:left;
    margin-left:0;
    margin-right:1em;
}