From fe63133d7cd7145a5a928e98413dca69fb4aee5c Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Thu, 28 Sep 2017 22:36:13 -0700 Subject: [PATCH] Re-enable Box Shadows in PDF Box shadows have been fixed in Chrome. No reason to hide them anymore. --- client/homebrew/phbStyle/phb.style.less | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/client/homebrew/phbStyle/phb.style.less b/client/homebrew/phbStyle/phb.style.less index 00ae868..261fca0 100644 --- a/client/homebrew/phbStyle/phb.style.less +++ b/client/homebrew/phbStyle/phb.style.less @@ -384,19 +384,6 @@ body { } } //***************************** -// * PRINT -// *****************************/ -.phb.print{ - blockquote{ - box-shadow : none; - } -} -@media print { - .phb .descriptive, .phb blockquote{ - box-shadow : none; - } -} -//***************************** // * WIDE // *****************************/ .phb .wide{ @@ -477,4 +464,4 @@ body { &>ul>li{ margin-bottom : 10px; } -} \ No newline at end of file +}