aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/starter-template.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-03-26 12:28:00 -0700
committerMark Otto <[email protected]>2013-03-26 12:28:00 -0700
commit954dcc0dc50212bc19a2789beb8d3c02214a198d (patch)
treeeb4c4af730b1ff509f49dde27e1717134e10fbea /docs/examples/starter-template.html
parent3c82ccaa2bf7738b41f8805232f3a96aec522655 (diff)
parentab09fb25b9b56cc9d02091697f59551c0cc0482d (diff)
downloadbootstrap-954dcc0dc50212bc19a2789beb8d3c02214a198d.tar.xz
bootstrap-954dcc0dc50212bc19a2789beb8d3c02214a198d.zip
Merge branch '3.0.0-wip' of https://github.com/psylabs/bootstrap into psylabs-3.0.0-wip
Conflicts: less/tests/navbar-fixed-top.html less/tests/navbar-static-top.html less/tests/navbar.html
Diffstat (limited to 'docs/examples/starter-template.html')
-rw-r--r--docs/examples/starter-template.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/examples/starter-template.html b/docs/examples/starter-template.html
index d8cbfdd70..c45c9445e 100644
--- a/docs/examples/starter-template.html
+++ b/docs/examples/starter-template.html
@@ -18,12 +18,12 @@ title: Starter template
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
- <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
+ <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
- <a class="brand" href="#">Project name</a>
+ <a class="navbar-brand" href="#">Project name</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active"><a href="#">Home</a></li>
@@ -42,4 +42,4 @@ title: Starter template
<p class="lead">Use this document as a way to quickly start any new project.<br> All you get is this text and a mostly barebones HTML document.</p>
</div>
-</div><!-- /container --> \ No newline at end of file
+</div><!-- /container -->