1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-15 02:55:57 +00:00

Re-enable Box Shadows in PDF

Box shadows have been fixed in Chrome. No reason to hide them anymore.
This commit is contained in:
Trevor Buckner
2017-09-28 22:36:13 -07:00
committed by Scott Tolksdorf
parent 3247cab214
commit fe63133d7c

View File

@@ -384,19 +384,6 @@ body {
} }
} }
//***************************** //*****************************
// * PRINT
// *****************************/
.phb.print{
blockquote{
box-shadow : none;
}
}
@media print {
.phb .descriptive, .phb blockquote{
box-shadow : none;
}
}
//*****************************
// * WIDE // * WIDE
// *****************************/ // *****************************/
.phb .wide{ .phb .wide{
@@ -477,4 +464,4 @@ body {
&>ul>li{ &>ul>li{
margin-bottom : 10px; margin-bottom : 10px;
} }
} }