1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

add missing comma in carousel.less; fixes #10562

This commit is contained in:
Chris Rebert 2013-09-10 16:20:36 -07:00
parent 10a9601560
commit 52516eceba

View file

@ -195,7 +195,7 @@
// Scale up the controls a smidge // Scale up the controls a smidge
.carousel-control { .carousel-control {
.glyphicons-chevron-left, .glyphicons-chevron-left,
.glyphicons-chevron-right .glyphicons-chevron-right,
.icon-prev, .icon-prev,
.icon-next { .icon-next {
width: 30px; width: 30px;