diff options
| author | stoudenmire <[email protected]> | 2014-02-03 16:24:07 +0100 |
|---|---|---|
| committer | stoudenmire <[email protected]> | 2014-02-03 16:24:07 +0100 |
| commit | a484b3bd7a3d3f110aa85ff8698b8f0c53162eef (patch) | |
| tree | 848ee1712070cd745294efe5bb041ba84c186151 /less | |
| parent | d675284cf65b0b1c30ed555f3148dd880a52da27 (diff) | |
| download | bootstrap-a484b3bd7a3d3f110aa85ff8698b8f0c53162eef.tar.xz bootstrap-a484b3bd7a3d3f110aa85ff8698b8f0c53162eef.zip | |
fixed two typos in carousel.less
carousel.less has two typos in glyphicon classnames. fixed them.
Diffstat (limited to '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 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; |
