MediaWiki:Mobile.css: Difference between revisions
From OER in Education
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the mobile site */ | /* CSS placed here will affect users of the mobile site */ | ||
.mobile-display-none { | |||
display: none; | |||
} | |||
/* | |||
#sidebarcontents { | #sidebarcontents { | ||
display: none; | display: none; | ||
Line 8: | Line 13: | ||
display: none; | display: none; | ||
} | } | ||
*/ |
Revision as of 10:36, 13 February 2015
/* CSS placed here will affect users of the mobile site */
.mobile-display-none {
display: none;
}
/*
#sidebarcontents {
display: none;
}
#sidebarcontents-offline {
display: none;
}
*/