mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-01 03:50:32 +00:00
add missing comma in carousel.less; fixes #10562
This commit is contained in:
parent
10a9601560
commit
52516eceba
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue