diff options
| author | Mark Otto <[email protected]> | 2014-02-08 16:03:25 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-02-08 16:03:25 -0800 |
| commit | b6444c6472f360a0b2a61868c3b2a9c256de32f7 (patch) | |
| tree | 9c14c7d1c4eb432b53b2d3cca0b8f407d1bd7853 | |
| parent | e3cfd5821db94df0d6eb483d1f859da9dddd55a8 (diff) | |
| parent | a484b3bd7a3d3f110aa85ff8698b8f0c53162eef (diff) | |
| download | bootstrap-b6444c6472f360a0b2a61868c3b2a9c256de32f7.tar.xz bootstrap-b6444c6472f360a0b2a61868c3b2a9c256de32f7.zip | |
Merge pull request #12552 from stoudenmire/carousel-icon-classname-fix
Fixes two typos in carousel.less
| -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 2229d5553..e3fb8a2cf 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; |
