aboutsummaryrefslogtreecommitdiff
path: root/carousel/carousel.css
diff options
context:
space:
mode:
authorGerhard <[email protected]>2013-07-30 16:23:34 +0200
committerGerhard <[email protected]>2013-07-30 16:23:34 +0200
commita9144b50ea5de168f09a1d8136e72921edf0e8e2 (patch)
tree074a71430d5cbb3fafcd7e32c81eea44b8e090ab /carousel/carousel.css
parent2998929b39eb3a4d587c6237d98095f9f5b0df2f (diff)
downloadbootstrap-a9144b50ea5de168f09a1d8136e72921edf0e8e2.tar.xz
bootstrap-a9144b50ea5de168f09a1d8136e72921edf0e8e2.zip
.navbar-wrapper need higher z-index to be on top of the carousel
Diffstat (limited to 'carousel/carousel.css')
-rw-r--r--carousel/carousel.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/carousel/carousel.css b/carousel/carousel.css
index 49f8483a2..a68857c6b 100644
--- a/carousel/carousel.css
+++ b/carousel/carousel.css
@@ -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;
}