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 edit summary
Line 4: Line 4:
/* Margin around it adjusted. */
/* Margin around it adjusted. */


/*
.mw-collapsible span.mw-collapsible-toggle {
.mw-collapsible span.mw-collapsible-toggle {
     float:left;
     float:left;
Line 9: Line 10:
     margin-right:1em;
     margin-right:1em;
}
}
*/

Revision as of 03:32, 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;
}
*/