]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove IE9 from SVG images callout (#21566)
authorQuy <quy@fluxbb.org>
Mon, 16 Jan 2017 05:46:16 +0000 (21:46 -0800)
committerMark Otto <markd.otto@gmail.com>
Mon, 16 Jan 2017 05:46:16 +0000 (21:46 -0800)
docs/content/images.md

index fc8cda6b435c9d7a02a11fe6c1908fbcedc1ebba..a89206488891b3268f1ca03d53744bb343e4c04e 100644 (file)
@@ -25,9 +25,9 @@ Images in Bootstrap are made responsive with `.img-fluid`. `max-width: 100%;` an
 {% endhighlight %}
 
 {% callout warning %}
-#### SVG images and IE 9-10
+#### SVG images and IE 10
 
-In Internet Explorer 9-10, SVG images with `.img-fluid` are disproportionately sized. To fix this, add `width: 100% \9;` where necessary. This fix improperly sizes other image formats, so Bootstrap doesn't apply it automatically.
+In Internet Explorer 10, SVG images with `.img-fluid` are disproportionately sized. To fix this, add `width: 100% \9;` where necessary. This fix improperly sizes other image formats, so Bootstrap doesn't apply it automatically.
 {% endcallout %}
 
 ## Image thumbnails