MediaWiki

Mobile.css: Difference between revisions

No edit summary
No edit summary
Line 5: Line 5:
}
}


.body {
body {
     width: 50%;
     width: 50%;
}
}

Revision as of 07:00, 1 November 2015

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

.mobilehide {
    display: none; 
}

body {
    width: 50%;
}