Difference between revisions of "MediaWiki:Mobile.css"
(Tested ability to change CSS for mobile view.) |
(No difference)
|
Revision as of 11:13, 17 April 2016
/* CSS placed here will affect users of the mobile site */ body { background-color: red; } div.mw-content-ltr { background-color: blue; } div.mw-body-content { background-color: green; } div.mw-body { background-color: yellow; } div.noprint { background-color: purple; }