]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes Issue #16371 Carousel control is vertically off center for small screens 16405/head
authorRichard Lindner <rlindner81@gmail.com>
Sat, 2 May 2015 08:49:44 +0000 (10:49 +0200)
committerRichard Lindner <rlindner81@gmail.com>
Sat, 2 May 2015 08:49:44 +0000 (10:49 +0200)
less/carousel.less

index 6458297c6b6fd67951e40afa40b89fcb6ed0cb7d..87ed6961d46ebdddc2e37223915b6131848421e0 100644 (file)
   .glyphicon-chevron-right {
     position: absolute;
     top: 50%;
+    margin-top: -10px;
     z-index: 5;
     display: inline-block;
   }
   .icon-next {
     width:  20px;
     height: 20px;
-    margin-top: -10px;
     line-height: 1;
     font-family: serif;
   }