MediaWiki:Mobile.css: Difference between revisions

From Rockland Apparatus
Jump to navigation Jump to search
Admin (talk | contribs)
Column count
 
Admin (talk | contribs)
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 */
.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; }
.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; }

Revision as of 23:50, 30 January 2018

/* 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; }