2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Fixes Issue #16371 Carousel control is vertically off center for small screens

This commit is contained in:
Richard Lindner
2015-05-02 10:49:44 +02:00
parent 45c798a47b
commit d255ba3719
+1 -1
View File
@@ -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;
}