From 9f407060ffba299cba05b0fd176b368a49fcc0e2 Mon Sep 17 00:00:00 2001 From: Daniel Hug Date: Sun, 12 Apr 2015 01:13:21 -0700 Subject: [PATCH] Fix #213: remove gross lines from print --- public/res/styles/main.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/res/styles/main.less b/public/res/styles/main.less index 01386951..6bb1d119 100644 --- a/public/res/styles/main.less +++ b/public/res/styles/main.less @@ -1630,6 +1630,10 @@ div.jGrowl { **************************************/ @media print { + * { + box-shadow: none !important; + } + html, body { background: transparent !important; overflow: visible !important;