MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 320: Line 320:
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.mw-collapsible-toggle {
.mw-collapsible-toggle {
     float: left;
     float: right;
     font-weight: normal;
     font-weight: normal;
     /* @noflip */
     /* @noflip */
Line 328: Line 328:
}
}
.navbox .mw-collapsible-toggle {
.navbox .mw-collapsible-toggle {
    float: left;
     width: 6em;
     width: 6em;
}
}