Commit 596495c8 authored by Mark Otto's avatar Mark Otto

Merge pull request #12621 from twbs/carousel-img-responsive-extend

use :extend(.img-responsive) in Carousel's Less
parents 651b289e 7c151150
...@@ -307,7 +307,9 @@ figure { ...@@ -307,7 +307,9 @@ figure {
img { img {
vertical-align: middle; vertical-align: middle;
} }
.img-responsive { .img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block; display: block;
max-width: 100%; max-width: 100%;
height: auto; height: auto;
...@@ -5421,9 +5423,6 @@ button.close { ...@@ -5421,9 +5423,6 @@ button.close {
} }
.carousel-inner > .item > img, .carousel-inner > .item > img,
.carousel-inner > .item > a > img { .carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
line-height: 1; line-height: 1;
} }
.carousel-inner > .active, .carousel-inner > .active,
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
// Account for jankitude on images // Account for jankitude on images
> img, > img,
> a > img { > a > img {
.img-responsive(); &:extend(.img-responsive);
line-height: 1; line-height: 1;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment