Skip to content

Commit

Permalink
(less) fixes twbs#10115: Default carousel controls and Glyphicon cont…
Browse files Browse the repository at this point in the history
…rols should behave the same on small devices and up
  • Loading branch information
mdo committed Sep 1, 2013
1 parent 92fa6a2 commit d699dcd
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions carousel.less
Original file line number Diff line number Diff line change
Expand Up @@ -186,13 +186,17 @@
@media screen and (min-width: @screen-sm) {

// Scale up the controls a smidge
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
margin-left: -15px;
font-size: 30px;
.carousel-control {
.glyphicons-chevron-left,
.glyphicons-chevron-right
.icon-prev,
.icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
margin-left: -15px;
font-size: 30px;
}
}

// Show and left align the captions
Expand Down

0 comments on commit d699dcd

Please sign in to comment.