Difference between revisions of "MediaWiki:Mobile.css"

Line 3: Line 3:
 
#bitnami-banner {
 
#bitnami-banner {
 
display: none;
 
display: none;
 +
}
 +
 +
.portal img {
 +
float: none;
 
}
 
}

Revision as of 21:26, 29 February 2016

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

#bitnami-banner {
	display: none;
}

.portal img {
	float: none;
}