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