MediaWiki:Mobile.css: Difference between revisions

From Rockland Apparatus
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
/* CSS placed here will affect users of the mobile site */
/* CSS placed here will affect users of the mobile site */
.column-count-2, .mobile .column-count-3, .mobile .column-count-4 { -moz-column-count:auto!important; -webkit-column-count:auto!important; column-count:auto!important; -webkit-column-width:auto!important; }
.mobile.column-count-2, .mobile.column-count-3, .mobile.column-count-4 { -moz-column-count:auto!important; -webkit-column-count:auto!important; column-count:auto!important; -webkit-column-width:auto!important; }

Latest revision as of 23:50, 30 January 2018

/* CSS placed here will affect users of the mobile site */
.mobile.column-count-2, .mobile.column-count-3, .mobile.column-count-4 { -moz-column-count:auto!important; -webkit-column-count:auto!important; column-count:auto!important; -webkit-column-width:auto!important; }