From a8299b5b45f9b72829eead235524d2888eb2c03a Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 16 Dec 2014 19:06:57 -0800 Subject: Remove ancillary references to IE<9 in comments+docs --- docs/components/images.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/components') diff --git a/docs/components/images.md b/docs/components/images.md index 200459d17..713023a90 100644 --- a/docs/components/images.md +++ b/docs/components/images.md @@ -16,8 +16,8 @@ Images in Bootstrap 3 can be made responsive-friendly via the addition of the `. {% endhighlight %}
-

SVG images and IE 8-10

-

In Internet Explorer 8-10, SVG images with .img-responsive are disproportionately sized. To fix this, add width: 100% \9; where necessary. Bootstrap doesn't apply this automatically as it causes complications to other image formats.

+

SVG images and IE 9-10

+

In Internet Explorer 9-10, SVG images with .img-responsive are disproportionately sized. To fix this, add width: 100% \9; where necessary. Bootstrap doesn't apply this automatically as it causes complications to other image formats.

## Image shapes -- cgit v1.2.3