From: Mark Otto Date: Tue, 27 Aug 2013 15:53:48 +0000 (-0700) Subject: fixes #9901 X-Git-Tag: v3.0.1~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c84374f9def122c31860260ddeb3049a27da6c2c;p=thirdparty%2Fbootstrap.git fixes #9901 --- diff --git a/examples/carousel/carousel.css b/examples/carousel/carousel.css index 164f306ea7..13d86511cf 100644 --- a/examples/carousel/carousel.css +++ b/examples/carousel/carousel.css @@ -15,7 +15,7 @@ body { /* Special class on .container surrounding .navbar, used for positioning it into place. */ .navbar-wrapper { position: relative; - z-index: 15; + z-index: 20; }