diff options
| author | XhmikosR <[email protected]> | 2019-02-19 16:44:55 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-02-20 22:05:45 +0200 |
| commit | 089e3334a710ae5fddea3ec5bb1a83a8f786196c (patch) | |
| tree | 40ae885e0d9156f3f0e5fe29bcf6de2f5b2f9a9d /site/docs/4.3/content | |
| parent | 7f7f858cb907da0c67b00cf6fc80f5dc1108cba0 (diff) | |
| download | bootstrap-089e3334a710ae5fddea3ec5bb1a83a8f786196c.tar.xz bootstrap-089e3334a710ae5fddea3ec5bb1a83a8f786196c.zip | |
Remove Internet Explorer leftovers.
Diffstat (limited to 'site/docs/4.3/content')
| -rw-r--r-- | site/docs/4.3/content/images.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/site/docs/4.3/content/images.md b/site/docs/4.3/content/images.md index 3ff822bed..fa18ec258 100644 --- a/site/docs/4.3/content/images.md +++ b/site/docs/4.3/content/images.md @@ -18,13 +18,6 @@ Images in Bootstrap are made responsive with `.img-fluid`. `max-width: 100%;` an <img src="..." class="img-fluid" alt="Responsive image"> {% endhighlight %} -{% capture callout %} -##### SVG images and IE 10 - -In Internet Explorer 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. -{% endcapture %} -{% include callout.html content=callout type="warning" %} - ## Image thumbnails In addition to our [border-radius utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/borders/), you can use `.img-thumbnail` to give an image a rounded 1px border appearance. |
