2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

use :extend(.img-responsive) in Carousel's Less

This commit is contained in:
Chris Rebert
2014-02-06 15:52:26 -08:00
parent 651b289e26
commit 7c1511502e
2 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
// Account for jankitude on images
> img,
> a > img {
.img-responsive();
&:extend(.img-responsive);
line-height: 1;
}
}