1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-12 23:35:58 +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
// *****************************/
.phb .wide{
@@ -477,4 +464,4 @@ body {
&>ul>li{
margin-bottom : 10px;
}
}
}