MediaWiki:Common.css: Difference between revisions

From A+ Club Lesson Planner & Study Guide
No edit summary
No edit summary
Line 7: Line 7:
.mw-collapsible span.mw-collapsible-toggle {
.mw-collapsible span.mw-collapsible-toggle {
     float:none;
     float:none;
     margin-left:0;
     margin-left:10;
     margin-right:1em;
     margin-right:0;
}
}

Revision as of 20:49, 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:none;
    margin-left:10;
    margin-right:0;
}