Difference between revisions of "MediaWiki:Common.css"

From Da Nerd Mage Wiki
Jump to navigation Jump to search
(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; }")
 
Line 6: Line 6:
.mw-collapsible span.mw-collapsible-toggle {
.mw-collapsible span.mw-collapsible-toggle {
     float:left;
     float:left;
    margin-left:0;
/*    margin-left:0; */
    margin-right:1em;
/*    margin-right:1em; */
}
}

Revision as of 01:11, 2 February 2022

/* 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; */
}