From ad7014bf53b10fa9302a7dce6b6fb70c88711c6d Mon Sep 17 00:00:00 2001 From: Michael Enz <none@none> Date: Wed, 19 Nov 2014 18:07:24 +0100 Subject: [PATCH] no-jira: removed ie fix for image width from bootstrap (bootstrap itself removes this in 3.3) --- .../static/bootstrap/stylesheets/bootstrap/mixins/_image.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/webapp/static/bootstrap/stylesheets/bootstrap/mixins/_image.scss b/src/main/webapp/static/bootstrap/stylesheets/bootstrap/mixins/_image.scss index 57d60a32d80..c8dcf5e9cd8 100644 --- a/src/main/webapp/static/bootstrap/stylesheets/bootstrap/mixins/_image.scss +++ b/src/main/webapp/static/bootstrap/stylesheets/bootstrap/mixins/_image.scss @@ -8,7 +8,6 @@ // Keep images from scaling beyond the width of their parents. @mixin img-responsive($display: block) { display: $display; - width: 100% \9; // Force IE10 and below to size SVG images correctly max-width: 100%; // Part 1: Set a maximum relative to the parent height: auto; // Part 2: Scale the height according to the width, otherwise you get stretching } -- GitLab