MediaWiki:Common.css: Difference between revisions
Appearance
Xinreality (talk | contribs) No edit summary |
Xinreality (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Fix for infoboxes on mobile */ | |||
@media only screen and (max-width: 768px) { | |||
.mw-mobile-float-reset { | |||
display: table !important; | |||
float: none !important; | |||
width: 100% !important; | |||
margin: 0 0 0.5em 0 !important; | |||
clear: both !important; | |||
} | |||
} | |||
body.page-Main_Page h1.firstHeading { display:none; } | body.page-Main_Page h1.firstHeading { display:none; } | ||