1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-27 12:51:30 +00:00

Fixed black boxes on print to pdf

This commit is contained in:
Scott Tolksdorf
2016-12-25 23:14:04 -05:00
parent a35d684773
commit 75f0a9f755
2 changed files with 6 additions and 0 deletions

View File

@@ -391,6 +391,11 @@ body {
box-shadow : none;
}
}
@media print {
.phb .descriptive, .phb blockquote{
box-shadow : none;
}
}
//*****************************
// * WIDE
// *****************************/