diff options
Diffstat (limited to 'bower_components/bootstrap/examples/navbar-static-top')
-rwxr-xr-x | bower_components/bootstrap/examples/navbar-static-top/index.html | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/bower_components/bootstrap/examples/navbar-static-top/index.html b/bower_components/bootstrap/examples/navbar-static-top/index.html index 10da9d49..98ec31d6 100755 --- a/bower_components/bootstrap/examples/navbar-static-top/index.html +++ b/bower_components/bootstrap/examples/navbar-static-top/index.html @@ -14,12 +14,18 @@ <!-- Custom styles for this template --> <link href="navbar-static-top.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> <!-- Static navbar --> - <div class="navbar navbar-static-top"> + <div class="navbar navbar-default navbar-static-top"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> @@ -65,12 +71,13 @@ <p>This example is a quick exercise to illustrate how the default, static and fixed to top navbar work. It includes the responsive CSS and HTML, so it also adapts to your viewport and device.</p> <p>To see the difference between static and fixed top navbars, just scroll.</p> <p> - <a class="btn btn-large btn-primary" href="../../components/#navbar">View navbar docs »</a> + <a class="btn btn-lg btn-primary" href="../../components/#navbar">View navbar docs »</a> </p> </div> </div> <!-- /container --> + <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> |