Difference between revisions of "MediaWiki:Mobile.css"

From Shadow Accord
Jump to: navigation, search
(Created page with "CSS placed here will affect users of the mobile site: .floatedTable { float:left; } .inlineTable { display: inline-block;...")
 
(No difference)

Latest revision as of 22:39, 28 July 2015

/* CSS placed here will affect users of the mobile site */

        .floatedTable {
            float:left;
        }
        .inlineTable {
            display: inline-block;
        }