Fix #213: remove gross lines from print

This commit is contained in:
Daniel Hug 2015-04-12 01:13:21 -07:00
parent a63eeefdc5
commit 9f407060ff

View File

@ -1630,6 +1630,10 @@ div.jGrowl {
**************************************/ **************************************/
@media print { @media print {
* {
box-shadow: none !important;
}
html, body { html, body {
background: transparent !important; background: transparent !important;
overflow: visible !important; overflow: visible !important;