@@ -16,8 +16,8 @@ Images in Bootstrap 3 can be made responsive-friendly via the addition of the `.
...
@@ -16,8 +16,8 @@ Images in Bootstrap 3 can be made responsive-friendly via the addition of the `.
{% endhighlight %}
{% endhighlight %}
<divclass="bs-callout bs-callout-warning">
<divclass="bs-callout bs-callout-warning">
<h4>SVG images and IE 8-10</h4>
<h4>SVG images and IE 9-10</h4>
<p>In Internet Explorer 8-10, SVG images with <code>.img-responsive</code> are disproportionately sized. To fix this, add <code>width: 100% \9;</code> where necessary. Bootstrap doesn't apply this automatically as it causes complications to other image formats.</p>
<p>In Internet Explorer 9-10, SVG images with <code>.img-responsive</code> are disproportionately sized. To fix this, add <code>width: 100% \9;</code> where necessary. Bootstrap doesn't apply this automatically as it causes complications to other image formats.</p>
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#{ie-hex-str($start-color)}',endColorstr='#{ie-hex-str($end-color)}',GradientType=1);// IE9 and down
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#{ie-hex-str($start-color)}',endColorstr='#{ie-hex-str($end-color)}',GradientType=0);// IE9 and down
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#{ie-hex-str($start-color)}',endColorstr='#{ie-hex-str($end-color)}',GradientType=1);// IE9 and down, gets no color-stop at all for proper fallback
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#{ie-hex-str($start-color)}',endColorstr='#{ie-hex-str($end-color)}',GradientType=1);// IE9 gets no color-stop at all for proper fallback
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#{ie-hex-str($start-color)}',endColorstr='#{ie-hex-str($end-color)}',GradientType=0);// IE9 and down, gets no color-stop at all for proper fallback
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#{ie-hex-str($start-color)}',endColorstr='#{ie-hex-str($end-color)}',GradientType=0);// IE9 gets no color-stop at all for proper fallback