Difference between revisions of "MediaWiki:Mobile.css"

From Krafties
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the mobile site: .mobile-float-reset { float: none !important; width: 100% !important; }")
 
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 03: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}