Difference between revisions of "MediaWiki:Mobile.css"

From The Viking Age Compendium
Jump to: navigation, 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; }
 +
 +
/* Hides Desktop only elements */
 +
#mf-HideOnMobile { display: none; }

Revision as of 11:07, 9 December 2016

/* CSS placed here will affect users of the mobile site */
.mobile-float-reset { float: none !important; width: 100% !important; }

/* Hides Desktop only elements */
#mf-HideOnMobile { display: none; }