Fix vertical alignment of carousel navigation arrows.

Navigation arrows were aligned to the top of page. Vertically centered them in this fix.
This commit is contained in:
al // @idest 2013-08-19 00:54:54 -07:00
parent 8b24c47788
commit eb43c26855
1 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,12 @@ body {
z-index: 15;
}
/* Vertically aligns left and right chevrons. */
.carousel-control > .glyphicon-chevron-left, .carousel-control > .glyphicon-chevron-right {
position: absolute;
display: inline-block;
top: 50%;
}
/* CUSTOMIZE THE CAROUSEL