From 18adc441716002fcf6d3076c42f66297af08d66a Mon Sep 17 00:00:00 2001 From: Nathan Bridgewater Date: Sun, 9 Dec 2012 22:10:38 -0600 Subject: [PATCH] lowered carousel beneath the nav --- docs/examples/carousel.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/carousel.html b/docs/examples/carousel.html index ed7740a9430b..0958103fc61a 100644 --- a/docs/examples/carousel.html +++ b/docs/examples/carousel.html @@ -78,7 +78,7 @@ .carousel .container { position: relative; - z-index: 10; + z-index: 9; } .carousel-control {