Changes

MediaWiki:Mobile.css

140 bytes added, 13:06, 16 May 2017
Created page with "CSS placed here will affect users of the mobile site: .mobileonly{ display:inherit!important; } .desktoponly{ display:none!important; }"
/* CSS placed here will affect users of the mobile site */
.mobileonly{
display:inherit!important;
}
.desktoponly{
display:none!important;
}