Fix #213: remove gross lines from print
This commit is contained in:
parent
a63eeefdc5
commit
9f407060ff
@ -1630,6 +1630,10 @@ div.jGrowl {
|
||||
**************************************/
|
||||
|
||||
@media print {
|
||||
* {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
html, body {
|
||||
background: transparent !important;
|
||||
overflow: visible !important;
|
||||
|
Loading…
Reference in New Issue
Block a user