From 312509e1c0d34b75e3c3bc769c77015efe5106c0 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 --- carousel.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carousel.html b/carousel.html index ed7740a943..0958103fc6 100644 --- a/carousel.html +++ b/carousel.html @@ -78,7 +78,7 @@ .carousel .container { position: relative; - z-index: 10; + z-index: 9; } .carousel-control { -- 2.47.2