Difference between revisions of "MediaWiki:Mobile.css"
Jump to navigation
Jump to search
MyraMidnight (talk | contribs) (Created page with "→CSS placed here will affect users of the mobile site: .mobile-float-reset { float: none !important; width: 100% !important; }") |
MyraMidnight (talk | contribs) m |
||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the mobile site */ | /* CSS placed here will affect users of the mobile site */ | ||
.mobile-float-reset { float: none !important; width: 100% !important; } | .mobile-float-reset { float: none !important; width: 100% !important; } | ||
+ | |||
+ | .nomobile {display:none} |
Revision as of 02:46, 29 April 2017
/* CSS placed here will affect users of the mobile site */ .mobile-float-reset { float: none !important; width: 100% !important; } .nomobile {display:none}