diff options
| author | Mark Otto <[email protected]> | 2014-12-17 12:28:20 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-17 12:28:20 -0800 |
| commit | dab0b97ce4eb7903bcedd58afe861930a8707f12 (patch) | |
| tree | a0f93fe6271d7ec316aec5fea33613c38874dcb0 /docs/components | |
| parent | 7d8bad586bb5862bff46db8126632e3846a1a60a (diff) | |
| parent | a8299b5b45f9b72829eead235524d2888eb2c03a (diff) | |
| download | bootstrap-dab0b97ce4eb7903bcedd58afe861930a8707f12.tar.xz bootstrap-dab0b97ce4eb7903bcedd58afe861930a8707f12.zip | |
Merge pull request #29 from twbs/ie9-minimum-docs
Remove ancillary references to IE<9 in comments+docs
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/images.md | 4 |
1 files changed, 2 insertions, 2 deletions
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 %} <div class="bs-callout bs-callout-warning"> - <h4>SVG images and IE 8-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> + <h4>SVG images and IE 9-10</h4> + <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> </div> ## Image shapes |
