Difference between revisions of "MediaWiki:Mobile.css"
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
#bitnami-banner { | #bitnami-banner { | ||
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;
}