MediaWiki

Mobile.css: Difference between revisions

(Created page with "→‎CSS placed here will affect users of the mobile site: .mobilehide { display: none; }")
 
No edit summary
Line 3: Line 3:
.mobilehide {
.mobilehide {
     display: none;  
     display: none;  
}
.body {
    width: 50%;
}
}

Revision as of 06:58, 1 November 2015

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

.mobilehide {
    display: none; 
}

.body {
    width: 50%;
}