From 285393fb770bd3c3e3605d0d845a164887d0970d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 19 Aug 2013 00:58:29 -0700 Subject: Re-enable glyphicons in carousel controls and then remove redundant CSS from example --- examples/carousel/carousel.css | 7 ------- 1 file changed, 7 deletions(-) (limited to 'examples') diff --git a/examples/carousel/carousel.css b/examples/carousel/carousel.css index 1ac82e089..164f306ea 100644 --- a/examples/carousel/carousel.css +++ b/examples/carousel/carousel.css @@ -18,13 +18,6 @@ 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 -------------------------------------------------- */ -- cgit v1.2.3