Merge pull request #787 from Daniel-Hug/patch-3
Fix #213: remove gross lines from print
This commit is contained in:
commit
77508dbf8a
@ -1634,6 +1634,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