Jump to content

Module:Sidebar/styles.css: Difference between revisions

actually, doesn't need to be high specificity
Line 196: Line 196:


@media print {
@media print {
/* high specificity because Minerva */
body.ns-0 .sidebar {
body.mediawiki.ns-0 .sidebar {
display: none !important;
display: none !important;
}
}
}
}