Jump to content

MediaWiki:Common.css: Difference between revisions

From Obduction 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 edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* 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;
}

Revision as of 18:30, 29 August 2026

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