Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }") |
|||
| Line 2: | Line 2: | ||
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } | body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } | ||
| + | |||
| + | /* put it on the left for everything else */ | ||
| + | .collapse span.mw-collapsible-toggle { | ||
| + | float: left; | ||
| + | } | ||
Revision as of 11:37, 10 February 2021
/* CSS placed here will be applied to all skins */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }
/* put it on the left for everything else */
.collapse span.mw-collapsible-toggle {
float: left;
}