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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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