From a484b3bd7a3d3f110aa85ff8698b8f0c53162eef Mon Sep 17 00:00:00 2001 From: stoudenmire Date: Mon, 3 Feb 2014 16:24:07 +0100 Subject: [PATCH] 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(-) diff --git a/less/carousel.less b/less/carousel.less index e53365df43..01bf1317d4 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; -- 2.47.2