diff options
| author | Mark Otto <[email protected]> | 2013-08-27 08:53:48 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-27 08:53:48 -0700 |
| commit | c84374f9def122c31860260ddeb3049a27da6c2c (patch) | |
| tree | 4f48702338e318b532cf4c1af1add67a2d2a0a81 /examples/carousel/carousel.css | |
| parent | 2f2ce15e587868cfbde2906560dae8def0b4880d (diff) | |
| download | bootstrap-c84374f9def122c31860260ddeb3049a27da6c2c.tar.xz bootstrap-c84374f9def122c31860260ddeb3049a27da6c2c.zip | |
fixes #9901
Diffstat (limited to 'examples/carousel/carousel.css')
| -rw-r--r-- | examples/carousel/carousel.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/carousel/carousel.css b/examples/carousel/carousel.css index 164f306ea..13d86511c 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; } |
