diff options
| author | Nathan Bridgewater <[email protected]> | 2012-12-09 22:10:38 -0600 |
|---|---|---|
| committer | Nathan Bridgewater <[email protected]> | 2012-12-09 22:10:38 -0600 |
| commit | 312509e1c0d34b75e3c3bc769c77015efe5106c0 (patch) | |
| tree | 86ba8ec913d600a5e7579d2333bf731afe1ba904 /carousel.html | |
| parent | 5cf2e8a1cbd86a2c3c4d3683c2ffda248eb27355 (diff) | |
| download | bootstrap-312509e1c0d34b75e3c3bc769c77015efe5106c0.tar.xz bootstrap-312509e1c0d34b75e3c3bc769c77015efe5106c0.zip | |
lowered carousel beneath the nav
Diffstat (limited to 'carousel.html')
| -rw-r--r-- | carousel.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/carousel.html b/carousel.html index ed7740a94..0958103fc 100644 --- a/carousel.html +++ b/carousel.html @@ -78,7 +78,7 @@ .carousel .container { position: relative; - z-index: 10; + z-index: 9; } .carousel-control { |
