2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

fix up carousel holder and navbar probs

This commit is contained in:
Mark Otto
2013-07-26 20:48:10 -07:00
parent c3e6626411
commit 2998929b39
3 changed files with 23 additions and 13 deletions
+1
View File
@@ -15,6 +15,7 @@ body {
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
position: relative;
z-index: 10;
}
+10 -1
View File
@@ -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>
</html>