Module:Navbox/styles.css: Difference between revisions

m
1 revision imported
imported>Izno
(remove qualifications on th - this will remove styling from "hand-crafted" navboxes, but there's no other elegant way to deal with it. see talk page)
 
m (1 revision imported)
 
(2 intermediate revisions by 2 users not shown)
Line 111: Line 111:
/* @noflip */
/* @noflip */
margin-right: 0.5em;
margin-right: 0.5em;
}
/** T367463 */
body.skin--responsive .navbox-image img {
max-width: none !important;
}
@media print {
body.ns-0 .navbox {
display: none !important;
}
}
}