diff options
| -rw-r--r-- | less/carousel.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/carousel.less b/less/carousel.less index e53365df4..01bf1317d 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -206,8 +206,8 @@ // Scale up the controls a smidge .carousel-control { - .glyphicons-chevron-left, - .glyphicons-chevron-right, + .glyphicon-chevron-left, + .glyphicon-chevron-right, .icon-prev, .icon-next { width: 30px; |
