Difference between revisions of "MediaWiki:Mobile.css"

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

Revision as of 13:43, 2 March 2016

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

#bitnami-banner {
	display: none;
}

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