1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Remove .noprint from outside of the @media tag

This commit is contained in:
Daniel Sheppard
2019-03-05 21:52:37 -06:00
committed by GitHub
parent e9546b810c
commit 88aeaaffb0

View File

@@ -49,21 +49,17 @@ footer p {
} }
} }
.noprint { /* Printer friendly CSS class and various fixes for printing. */
}
@media print { @media print {
body { body {
padding-top: 0px; padding-top: 0px;
} }
.noprint {
display: none !important;
}
a[href]:after { a[href]:after {
content: none !important; content: none !important;
} }
.noprint {
display: none !important;
}
} }
/* Collapse the nav menu on displays less than 960px wide */ /* Collapse the nav menu on displays less than 960px wide */
@@ -592,4 +588,4 @@ td .progress {
} }
textarea { textarea {
font-family: Consolas, Lucida Console, monospace; font-family: Consolas, Lucida Console, monospace;
} }