From: Chris Rebert Date: Tue, 10 Sep 2013 23:20:36 +0000 (-0700) Subject: add missing comma in carousel.less; fixes #10562 X-Git-Tag: v3.0.3~14^2~8^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52516ecebaaa8efcc5bde1a48b81c8a95c961a82;p=thirdparty%2Fbootstrap.git add missing comma in carousel.less; fixes #10562 --- diff --git a/less/carousel.less b/less/carousel.less index 9fff41e73f..c66745c0b4 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -195,7 +195,7 @@ // Scale up the controls a smidge .carousel-control { .glyphicons-chevron-left, - .glyphicons-chevron-right + .glyphicons-chevron-right, .icon-prev, .icon-next { width: 30px;