mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
add missing comma in carousel.less; fixes #10562
This commit is contained in:
+1
-1
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user