MediaWiki:Mobile.css

From Shadow Accord
Revision as of 22:39, 28 July 2015 by Ian (talk | contribs) (Created page with "CSS placed here will affect users of the mobile site: .floatedTable { float:left; } .inlineTable { display: inline-block;...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
/* CSS placed here will affect users of the mobile site */

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