From: Taylor Poulos Date: Wed, 2 Dec 2015 00:21:12 +0000 (-0500) Subject: Proposed better phrasing in the "images" section X-Git-Tag: v4.0.0-alpha.2~80^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0021e7e5b43a08f0d0a1bed2d0ea600285ea4dd9;p=thirdparty%2Fbootstrap.git 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. --- diff --git a/docs/content/images.md b/docs/content/images.md index 9373945535..38a855a099 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