diff options
| author | Chris Rebert <[email protected]> | 2016-01-21 14:18:54 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-01-21 14:18:54 -0800 |
| commit | 8820c563d2fb5df100b00d95e0306c59067b58a6 (patch) | |
| tree | 1a35e17896c9266e76e9bbe4baeac17d31cf159a | |
| parent | bd8c03bfc660d43c12155e81cce5dcbc6c391cf5 (diff) | |
| download | bootstrap-8820c563d2fb5df100b00d95e0306c59067b58a6.tar.xz bootstrap-8820c563d2fb5df100b00d95e0306c59067b58a6.zip | |
Remove print-specific img max-width:100%; style so that Google Maps and other widgets print correctly
See https://github.com/h5bp/html5-boilerplate/issues/1741
X-Ref: #1506
| -rw-r--r-- | scss/_print.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scss/_print.scss b/scss/_print.scss index e2929bb48..c6b8f35ab 100644 --- a/scss/_print.scss +++ b/scss/_print.scss @@ -37,10 +37,6 @@ page-break-inside: avoid; } - img { - max-width: 100% !important; - } - p, h2, h3 { |
