]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixed two typos in carousel.less 12552/head
authorstoudenmire <github.com@daandeschepper.nl>
Mon, 3 Feb 2014 15:24:07 +0000 (16:24 +0100)
committerstoudenmire <github.com@daandeschepper.nl>
Mon, 3 Feb 2014 15:24:07 +0000 (16:24 +0100)
carousel.less has two typos in glyphicon classnames. fixed them.

less/carousel.less

index e53365df43bb0414b1cafb4690ab4047d9249550..01bf1317d48aa2b4198fd55309190a2ee7be00b2 100644 (file)
 
   // 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;