mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 20:23:39 +00:00
Fixed black boxes on print to pdf
This commit is contained in:
@@ -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 :)
|
- 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
|
- Changed icon for the metadata
|
||||||
- Made links useable in footer (thanks u/Dustfinger1 re:249)
|
- 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)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -391,6 +391,11 @@ body {
|
|||||||
box-shadow : none;
|
box-shadow : none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@media print {
|
||||||
|
.phb .descriptive, .phb blockquote{
|
||||||
|
box-shadow : none;
|
||||||
|
}
|
||||||
|
}
|
||||||
//*****************************
|
//*****************************
|
||||||
// * WIDE
|
// * WIDE
|
||||||
// *****************************/
|
// *****************************/
|
||||||
|
|||||||
Reference in New Issue
Block a user