From d255ba371914b638ecb040374f11673fe7c3d1db Mon Sep 17 00:00:00 2001
From: Richard Lindner <rlindner81@gmail.com>
Date: Sat, 2 May 2015 10:49:44 +0200
Subject: [PATCH] Fixes Issue #16371 Carousel control is vertically off center
 for small screens

---
 less/carousel.less | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/less/carousel.less b/less/carousel.less
index 6458297c6b..87ed6961d4 100644
--- a/less/carousel.less
+++ b/less/carousel.less
@@ -130,6 +130,7 @@
   .glyphicon-chevron-right {
     position: absolute;
     top: 50%;
+    margin-top: -10px;
     z-index: 5;
     display: inline-block;
   }
@@ -147,7 +148,6 @@
   .icon-next {
     width:  20px;
     height: 20px;
-    margin-top: -10px;
     line-height: 1;
     font-family: serif;
   }
-- 
GitLab