MediaWiki:Common.css: Difference between revisions

From A+ Club Lesson Planner & Study Guide
(Created page with "→‎CSS placed here will be applied to all skins: /* added 3/13/21 to move the expand collapse toggle to the left /* Collapsible elements. Toggle-link moved to left. /* Marg...")
(No difference)

Revision as of 17:38, 13 March 2021

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

/* added 3/13/21 to move the expand collapse toggle to the left
/* 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;
}