diff options
| author | Kevin <[email protected]> | 2013-04-27 18:47:47 +0200 |
|---|---|---|
| committer | Kevin <[email protected]> | 2013-04-27 18:47:47 +0200 |
| commit | 9ce7f22e991804cd08c4dc612cd929d07dc0a28f (patch) | |
| tree | a34e28de0477c1f668aef8244d881e00d7cd9391 /less/carousel.less | |
| parent | 8ae9c6ab34128ea863343abaeff39ca7c6f4618c (diff) | |
| download | bootstrap-9ce7f22e991804cd08c4dc612cd929d07dc0a28f.tar.xz bootstrap-9ce7f22e991804cd08c4dc612cd929d07dc0a28f.zip | |
Adding media queries breakpoints variables
Diffstat (limited to 'less/carousel.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 6d32755ee..43bef87e1 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -170,8 +170,8 @@ } -// Scale up controls for >768px -@media screen and (min-width: 768px) { +// Scale up controls for tablets and up +@media screen and (min-width: @screen-tablet) { // Scale up the controls a smidge .carousel-control .glyphicon { |
