1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 17:11:48 +02:00

fixes #10073: add width: 100%; for ie10 and below to size svg.img-responsive correctly

This commit is contained in:
Mark Otto
2014-06-18 17:34:09 -07:00
parent fdf174e498
commit 46e8a5817d
6 changed files with 7 additions and 4 deletions

View File

@@ -935,6 +935,7 @@ img {
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
width: 100% \9;
max-width: 100%;
height: auto;
}
@@ -943,6 +944,7 @@ img {
}
.img-thumbnail {
display: inline-block;
width: 100% \9;
max-width: 100%;
height: auto;
padding: 4px;