diff options
| author | Quy <[email protected]> | 2017-01-15 21:46:16 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-01-15 21:46:16 -0800 |
| commit | db4fe7c69dbe7c878a6b9664585bde70503fbe82 (patch) | |
| tree | 15a74a68c92982cd3bae5ef7a2b5b2b249aff136 /docs/content | |
| parent | 1528516dd6fc886322ee2f7822a8bdb7b74e966e (diff) | |
| download | bootstrap-db4fe7c69dbe7c878a6b9664585bde70503fbe82.tar.xz bootstrap-db4fe7c69dbe7c878a6b9664585bde70503fbe82.zip | |
Remove IE9 from SVG images callout (#21566)
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/images.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/images.md b/docs/content/images.md index fc8cda6b4..a89206488 100644 --- a/docs/content/images.md +++ b/docs/content/images.md @@ -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 |
