diff options
| author | Mark Otto <[email protected]> | 2012-12-10 00:21:35 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-10 00:21:35 -0800 |
| commit | 9f29785783e58a7ffc6f8779c2ae55edebd54ba2 (patch) | |
| tree | 8337c66be2a58d548c7ec56bcd52327c7b7f1b93 /docs | |
| parent | 070c125ceceb2a164773f51226950350445160ee (diff) | |
| parent | 18adc441716002fcf6d3076c42f66297af08d66a (diff) | |
| download | bootstrap-9f29785783e58a7ffc6f8779c2ae55edebd54ba2.tar.xz bootstrap-9f29785783e58a7ffc6f8779c2ae55edebd54ba2.zip | |
Merge pull request #6195 from nathanb/example-carousel-nav-fix
lowered carousel beneath the nav (in carousel example)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/examples/carousel.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/carousel.html b/docs/examples/carousel.html index ed7740a94..0958103fc 100644 --- a/docs/examples/carousel.html +++ b/docs/examples/carousel.html @@ -78,7 +78,7 @@ .carousel .container { position: relative; - z-index: 10; + z-index: 9; } .carousel-control { |
