2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Follow up to #16975

This commit is contained in:
Mark Otto
2015-11-12 21:31:27 -08:00
parent 332ed554ec
commit 1565c1196e
+3 -3
View File
@@ -242,16 +242,16 @@
.icon-next { .icon-next {
width: (@carousel-control-font-size * 1.5); width: (@carousel-control-font-size * 1.5);
height: (@carousel-control-font-size * 1.5); height: (@carousel-control-font-size * 1.5);
margin-top: -15px; margin-top: (@carousel-control-font-size / -2);
font-size: (@carousel-control-font-size * 1.5); font-size: (@carousel-control-font-size * 1.5);
} }
.glyphicon-chevron-left, .glyphicon-chevron-left,
.icon-prev { .icon-prev {
margin-left: -15px; margin-left: (@carousel-control-font-size / -2);
} }
.glyphicon-chevron-right, .glyphicon-chevron-right,
.icon-next { .icon-next {
margin-right: -15px; margin-right: (@carousel-control-font-size / -2);
} }
} }