diff options
Diffstat (limited to 'examples/theme/index.html')
| -rw-r--r-- | examples/theme/index.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/examples/theme/index.html b/examples/theme/index.html index 54b8d0c84..a44a8220a 100644 --- a/examples/theme/index.html +++ b/examples/theme/index.html @@ -16,6 +16,12 @@ <!-- Custom styles for this template --> <link href="theme.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> @@ -134,7 +140,7 @@ <h1>Navbars</h1> </div> - <div class="navbar"> + <div class="navbar navbar-default"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> @@ -375,7 +381,6 @@ ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <script src="../../assets/js/jquery.js"></script> - <script src="../../assets/js/respond.min.js"></script> <script src="../../dist/js/bootstrap.min.js"></script> <script src="../../assets/js/holder.js"></script> </body> |
