Remove print img max-width: 100%. Fixes #1741 (#1882)

Following the lead of Twitter Bootstrap (see: https://github.com/twbs/bootstrap/pull/19000), remove the print media query that sets a max-width of 100% to images. This code was meant to prevent images from being cut off in print, but has a side effect of causing map tiles to disappear when printing medium-to-large maps (e.g., with Google Maps).

For reference, this style was added to H5BP in b2faa1fc3c
This commit is contained in:
Ryan Dlugosz
2016-08-15 10:19:25 -04:00
committed by Rob Larsen
parent 59d0ce0e87
commit a90685e01d

View File

@@ -259,10 +259,6 @@ textarea {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {