aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstoudenmire <[email protected]>2014-02-03 16:24:07 +0100
committerstoudenmire <[email protected]>2014-02-03 16:24:07 +0100
commita484b3bd7a3d3f110aa85ff8698b8f0c53162eef (patch)
tree848ee1712070cd745294efe5bb041ba84c186151
parentd675284cf65b0b1c30ed555f3148dd880a52da27 (diff)
downloadbootstrap-a484b3bd7a3d3f110aa85ff8698b8f0c53162eef.tar.xz
bootstrap-a484b3bd7a3d3f110aa85ff8698b8f0c53162eef.zip
fixed two typos in carousel.less
carousel.less has two typos in glyphicon classnames. fixed them.
-rw-r--r--less/carousel.less4
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;