summaryrefslogtreecommitdiff
path: root/bower_components/bootstrap/examples/sticky-footer-navbar/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'bower_components/bootstrap/examples/sticky-footer-navbar/index.html')
-rwxr-xr-xbower_components/bootstrap/examples/sticky-footer-navbar/index.html12
1 files changed, 10 insertions, 2 deletions
diff --git a/bower_components/bootstrap/examples/sticky-footer-navbar/index.html b/bower_components/bootstrap/examples/sticky-footer-navbar/index.html
index 3fab506b..551212a8 100755
--- a/bower_components/bootstrap/examples/sticky-footer-navbar/index.html
+++ b/bower_components/bootstrap/examples/sticky-footer-navbar/index.html
@@ -14,6 +14,12 @@
<!-- Custom styles for this template -->
<link href="sticky-footer-navbar.css" rel="stylesheet">
+
+ <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
+ <!--[if lt IE 9]>
+ <script src="../../assets/js/html5shiv.js"></script>
+ <script src="../../assets/js/respond.min.js"></script>
+ <![endif]-->
</head>
<body>
@@ -22,7 +28,7 @@
<div id="wrap">
<!-- Fixed navbar -->
- <div class="navbar navbar-fixed-top">
+ <div class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
@@ -70,9 +76,11 @@
</div>
</div>
+
<!-- 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.min.js"></script>
</body>
-</html> \ No newline at end of file
+</html>