0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +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

@@ -7,6 +7,7 @@
- Removing support for Docker. I have never used it, nor will I ever test for it, so I don't want to continue to explictly support it on this repo. Feel free to make a fork and make it docker-able though :)
- Changed icon for the metadata
- Made links useable in footer (thanks u/Dustfinger1 re:249)
- Added print media queries to remove box shadow on print (thanks u/dmmagic re: 246)

View File

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