Commit b6444c64 authored by Mark Otto's avatar Mark Otto
Browse files

Merge pull request #12552 from stoudenmire/carousel-icon-classname-fix

Fixes two typos in carousel.less
parents e3cfd582 a484b3bd
3 merge requests!28721Hot test,!22103test,!25326Adjust examples
Showing with 2 additions and 2 deletions
+2 -2
...@@ -206,8 +206,8 @@ ...@@ -206,8 +206,8 @@
// Scale up the controls a smidge // Scale up the controls a smidge
.carousel-control { .carousel-control {
.glyphicons-chevron-left, .glyphicon-chevron-left,
.glyphicons-chevron-right, .glyphicon-chevron-right,
.icon-prev, .icon-prev,
.icon-next { .icon-next {
width: 30px; width: 30px;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment