From: stoudenmire Date: Mon, 3 Feb 2014 15:24:07 +0000 (+0100) Subject: fixed two typos in carousel.less X-Git-Tag: v3.1.1~14^2~22^2~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a484b3bd7a3d3f110aa85ff8698b8f0c53162eef;p=thirdparty%2Fbootstrap.git fixed two typos in carousel.less carousel.less has two typos in glyphicon classnames. fixed them. --- 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;