Merge pull request #787 from Daniel-Hug/patch-3

Fix #213: remove gross lines from print
This commit is contained in:
Benoit Schweblin 2015-10-12 22:44:05 +01:00
commit 77508dbf8a

View File

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