Skip to content

Commit

Permalink
Follow up to twbs#16975
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Nov 13, 2015
1 parent 332ed55 commit 1565c11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions less/carousel.less
Original file line number Diff line number Diff line change
Expand Up @@ -242,16 +242,16 @@
.icon-next {
width: (@carousel-control-font-size * 1.5);
height: (@carousel-control-font-size * 1.5);
margin-top: -15px;
margin-top: (@carousel-control-font-size / -2);
font-size: (@carousel-control-font-size * 1.5);
}
.glyphicon-chevron-left,
.icon-prev {
margin-left: -15px;
margin-left: (@carousel-control-font-size / -2);
}
.glyphicon-chevron-right,
.icon-next {
margin-right: -15px;
margin-right: (@carousel-control-font-size / -2);
}
}

Expand Down

0 comments on commit 1565c11

Please sign in to comment.