MediaWiki:Mobile.css

Revision as of 02:29, 21 February 2016 by Admin (talk | contribs) (Created page with "CSS placed here will affect users of the mobile site: body.page-Main_Page.action-view h1, body.page-Main_Page.action-submit h1 { display: none; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* CSS placed here will affect users of the mobile site */

body.page-Main_Page.action-view h1,
body.page-Main_Page.action-submit h1 {
	display: none;
}