MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Krayfishkarl (talk | contribs) Created page with "→CSS placed here will be applied to all skins: →Infobox alignment: .infobox { float: right; }" |
Krayfishkarl (talk | contribs) mNo edit summary |
||
| Line 3: | Line 3: | ||
/* Infobox alignment*/ | /* Infobox alignment*/ | ||
.infobox { float: right; } | .infobox { float: right; } | ||
/* Hides Main Page header */ | |||
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } | |||
Revision as of 17:21, 28 June 2020
/* CSS placed here will be applied to all skins */
/* Infobox alignment*/
.infobox { float: right; }
/* Hides Main Page header */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }