]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Proposed better phrasing in the "images" section 18401/head
authorTaylor Poulos <poulos.taylor.w@gmail.com>
Wed, 2 Dec 2015 00:21:12 +0000 (19:21 -0500)
committerTaylor Poulos <poulos.taylor.w@gmail.com>
Wed, 2 Dec 2015 00:21:12 +0000 (19:21 -0500)
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.

docs/content/images.md

index 9373945535456054cead69535e7ef896d71881f6..38a855a099b5804878cee8923ab0f8768507b22f 100644 (file)
@@ -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