Difference between revisions of "MediaWiki:Common.css"

m
try this
m (try)
m (try this)
/* Edit page Templates Used*/
.templatesUsed ul {-moz-column-count: 5; -webkit-column-count: 5; column-count: 5; }
 
@media screen and (orientation: portrait) {
#content {
width: 100%;
position: absolute;
left: 0;
top: 0;
padding: 0;
margin: 0;
z-index: 100;
}
}