MediaWiki:Common.css: Difference between revisions

From A+ Club Lesson Planner & Study Guide
No edit summary
No edit summary
Line 6: Line 6:


.mw-collapsible span.mw-collapsible-toggle {
.mw-collapsible span.mw-collapsible-toggle {
     float:rigth;
     float:right;
     margin-left:0;
     margin-left:0;
     margin-right:1em;
     margin-right:1em;
}
}

Revision as of 20:45, 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:right;
    margin-left:0;
    margin-right:1em;
}