diff options
| author | Taylor Poulos <[email protected]> | 2015-12-01 19:21:12 -0500 |
|---|---|---|
| committer | Taylor Poulos <[email protected]> | 2015-12-01 19:21:12 -0500 |
| commit | 0021e7e5b43a08f0d0a1bed2d0ea600285ea4dd9 (patch) | |
| tree | 14e7f961a07b09698de7948c82d31135ba61cded /docs | |
| parent | e458c7b0e622ffec8b7e1371efbcec7138ebdb19 (diff) | |
| download | bootstrap-0021e7e5b43a08f0d0a1bed2d0ea600285ea4dd9.tar.xz bootstrap-0021e7e5b43a08f0d0a1bed2d0ea600285ea4dd9.zip | |
Proposed better phrasing in the "images" section
Previously, this read "Bootstrap doesn’t apply this automatically as it causes complications to other image formats."
In this sentence, the number of the subject and the verb don't agree, and the word "this" is unclear.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/content/images.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/images.md b/docs/content/images.md index 937394553..38a855a09 100644 --- a/docs/content/images.md +++ b/docs/content/images.md @@ -26,7 +26,7 @@ Images in Bootstrap are made responsive with `.img-fluid`. `max-width: 100%;` an {% callout warning %} #### SVG images and IE 9-10 -In Internet Explorer 9-10, SVG images with `.img-fluid` 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. +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. {% endcallout %} ## Image shapes |
