Difference between revisions of "MediaWiki:Mobile.css"

(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; }")
 
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will affect users of the mobile site */
 
/* CSS placed here will affect users of the mobile site */
  
body.page-Main_Page.action-view h1,
+
#bitnami-banner {
body.page-Main_Page.action-submit h1 {
 
 
display: none;
 
display: none;
 +
}
 +
 +
.tleft {
 +
float: left;
 +
margin: 0 .6em 0 0 !important;
 
}
 
}

Latest revision as of 13:45, 2 March 2016

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

#bitnami-banner {
	display: none;
}

.tleft {
	float: left;
	margin: 0 .6em 0 0 !important;
}