mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user