MediaWiki:Mobile.css: Difference between revisions

From OER in Education
(Created page with "→‎CSS placed here will affect users of the mobile site: #sidebarcontents { display: none; }")
 
No edit summary
Line 2: Line 2:


#sidebarcontents {
#sidebarcontents {
display: none;
}
#sidebarcontents-offline {
display: none;
display: none;
}
}

Revision as of 09:24, 13 February 2015

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

#sidebarcontents {
		display: none;
}

#sidebarcontents-offline {
		display: none;
}