From 52516ecebaaa8efcc5bde1a48b81c8a95c961a82 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 10 Sep 2013 16:20:36 -0700 Subject: [PATCH] add missing comma in carousel.less; fixes #10562 --- less/carousel.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;