diff options
| author | Mark Otto <[email protected]> | 2013-07-26 20:48:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-26 20:48:10 -0700 |
| commit | 2998929b39eb3a4d587c6237d98095f9f5b0df2f (patch) | |
| tree | 5ccc190c7c0b2d20c4b3441404287f60de9147c4 /carousel | |
| parent | c3e662641135b9fadeff589682e85eb4ace4bce6 (diff) | |
| download | bootstrap-2998929b39eb3a4d587c6237d98095f9f5b0df2f.tar.xz bootstrap-2998929b39eb3a4d587c6237d98095f9f5b0df2f.zip | |
fix up carousel holder and navbar probs
Diffstat (limited to 'carousel')
| -rw-r--r-- | carousel/carousel.css | 1 | ||||
| -rw-r--r-- | carousel/index.html | 11 |
2 files changed, 11 insertions, 1 deletions
diff --git a/carousel/carousel.css b/carousel/carousel.css index 3d997481e..49f8483a2 100644 --- a/carousel/carousel.css +++ b/carousel/carousel.css @@ -15,6 +15,7 @@ body { /* Special class on .container surrounding .navbar, used for positioning it into place. */ .navbar-wrapper { + position: relative; z-index: 10; } diff --git a/carousel/index.html b/carousel/index.html index 4d2e5fd98..9111e3bf1 100644 --- a/carousel/index.html +++ b/carousel/index.html @@ -168,5 +168,14 @@ </footer> </div><!-- /.container --> + + + + <!-- Bootstrap core JavaScript + ================================================== --> + <!-- Placed at the end of the document so the pages load faster --> + <script src="../assets/js/jquery.js"></script> + <script src="../dist/js/bootstrap.js"></script> + <script src="../assets/js/holder.js"></script> </body> -</html>
\ No newline at end of file +</html> |
