1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 22:41:20 +02:00

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

lowered carousel beneath the nav (in carousel example)
This commit is contained in:
Mark Otto
2012-12-10 00:21:35 -08:00

View File

@@ -78,7 +78,7 @@
.carousel .container { .carousel .container {
position: relative; position: relative;
z-index: 10; z-index: 9;
} }
.carousel-control { .carousel-control {