aboutsummaryrefslogtreecommitdiff
path: root/starter-template.html
diff options
context:
space:
mode:
authormo <[email protected]>2013-03-25 17:46:44 -0700
committermo <[email protected]>2013-03-25 17:46:44 -0700
commit110c5b70a1727976bb6a8b8d1504d76a6ab8689f (patch)
tree327038d0c576451c613f5ca916013e200a81b416 /starter-template.html
parent42488cbb456d24ed0dca7b6d2a44333730a0bd56 (diff)
downloadbootstrap-110c5b70a1727976bb6a8b8d1504d76a6ab8689f.tar.xz
bootstrap-110c5b70a1727976bb6a8b8d1504d76a6ab8689f.zip
Fixed all the .brand in navbar to .navbar-brand
Diffstat (limited to 'starter-template.html')
-rw-r--r--starter-template.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/starter-template.html b/starter-template.html
index d8cbfdd70..32e35d6b6 100644
--- a/starter-template.html
+++ b/starter-template.html
@@ -23,7 +23,7 @@ title: Starter template
<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 -->