MediaWiki:Monobook.css: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
(made update)
(added Responsive fix)
Line 73: Line 73:
#p-search {
#p-search {
order: -1;
order: -1;
}

/* Responsive fix */
@media all and (max-width: 550px) {
#sidebar .portlet[role="navigation"] {
display: none !important;
}
}
}