aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/css/images.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-09 22:19:23 -0700
committerMark Otto <[email protected]>2014-07-09 22:19:23 -0700
commitdae1a68fb15be9015760df32e85d764ef092db44 (patch)
tree23dbce03ca690c069a35b3577377bff9a06cf432 /docs/_includes/css/images.md
parent216bc3d68b6a9016b3c5fdf90d82cbb291a28f96 (diff)
parent643effe382bb12b4ff1460e9e1987948b1763990 (diff)
downloadbootstrap-dae1a68fb15be9015760df32e85d764ef092db44.tar.xz
bootstrap-dae1a68fb15be9015760df32e85d764ef092db44.zip
Merge branch 'master' into derp
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/_includes/components/navs.html docs/_includes/css/images.html docs/_includes/js/dropdowns.html docs/_includes/js/tabs.html docs/assets/css/docs.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
Diffstat (limited to 'docs/_includes/css/images.md')
-rw-r--r--docs/_includes/css/images.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/css/images.md b/docs/_includes/css/images.md
index 54a948295..fd1dcd907 100644
--- a/docs/_includes/css/images.md
+++ b/docs/_includes/css/images.md
@@ -16,7 +16,7 @@ Images in Bootstrap 3 can be made responsive-friendly via the addition of the `.
<div class="bs-callout bs-callout-warning">
<h4>SVG images and IE 8-10</h4>
- <p>In Internet Explorer IE 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>
+ <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>
</div>