Content deleted Content added
nix prot |
move the display none from print.css |
||
Line 115:
body.skin--responsive .navbox-image img {
max-width: none !important;
}
@media print {
.ns-0 .navbox {
display: none !important;
}
}
|