diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-08-19 20:05:19 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-08-19 20:05:19 -0400 |
commit | 424dd8bc118b36c9173dbdc05661086c8566fd17 (patch) | |
tree | 6e8d8f9c4aa7b1bd209448f5ac7d78b4e983b573 /bower_components/bootstrap/examples/navbar-static-top | |
parent | d29efdf7b225badbee54f074400c996be7159233 (diff) |
update bootstrap to 3.0.0 final
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 --> |