]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
.navbar-wrapper need higher z-index to be on top of the carousel
authorGerhard <gerhard.kanzler@gmail.com>
Tue, 30 Jul 2013 14:23:34 +0000 (16:23 +0200)
committerGerhard <gerhard.kanzler@gmail.com>
Tue, 30 Jul 2013 14:23:34 +0000 (16:23 +0200)
carousel/carousel.css

index 49f8483a26ba5f312b0a9cb961a1815a41f52a2c..a68857c6bcac55ec38841d255ea1c08bf1d3b38e 100644 (file)
@@ -1,4 +1,3 @@
-
 /* GLOBAL STYLES
 -------------------------------------------------- */
 /* Padding below the footer and lighter body text */
@@ -16,7 +15,7 @@ body {
 /* Special class on .container surrounding .navbar, used for positioning it into place. */
 .navbar-wrapper {
   position: relative;
-  z-index: 10;
+  z-index: 15;
 }