From a484b3bd7a3d3f110aa85ff8698b8f0c53162eef Mon Sep 17 00:00:00 2001 From: stoudenmire Date: Mon, 3 Feb 2014 16:24:07 +0100 Subject: fixed two typos in carousel.less carousel.less has two typos in glyphicon classnames. fixed them. --- less/carousel.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'less/carousel.less') diff --git a/less/carousel.less b/less/carousel.less index e53365df4..01bf1317d 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -206,8 +206,8 @@ // Scale up the controls a smidge .carousel-control { - .glyphicons-chevron-left, - .glyphicons-chevron-right, + .glyphicon-chevron-left, + .glyphicon-chevron-right, .icon-prev, .icon-next { width: 30px; -- cgit v1.2.3 From 7c1511502ed96549c1674d1cda102551afe6dd30 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 6 Feb 2014 15:52:26 -0800 Subject: use :extend(.img-responsive) in Carousel's Less --- less/carousel.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'less/carousel.less') diff --git a/less/carousel.less b/less/carousel.less index e53365df4..2229d5553 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -21,7 +21,7 @@ // Account for jankitude on images > img, > a > img { - .img-responsive(); + &:extend(.img-responsive); line-height: 1; } } -- cgit v1.2.3