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 {
|
@media print {
|
||||||
|
* {
|
||||||
|
.box-shadow(none) !important;
|
||||||
|
}
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
overflow: visible !important;
|
overflow: visible !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user