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 difference)

Revision as of 08:56, 13 February 2015

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

#sidebarcontents {
		display: none;
}