Commit 9f297857 authored by Mark Otto's avatar Mark Otto

Merge pull request #6195 from nathanb/example-carousel-nav-fix

lowered carousel beneath the nav (in carousel example)
parents 070c125c 18adc441
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
.carousel .container { .carousel .container {
position: relative; position: relative;
z-index: 10; z-index: 9;
} }
.carousel-control { .carousel-control {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment