aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
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
commita9e9d9d54467b30e87639c6c32f91c1190bc1517 (patch)
tree2c2539b6a6d921895066df852d5620d93df7bbc7 /docs/examples
parentc6343a9d4a3445ab04a71761fae1f484cc6b9ec3 (diff)
downloadbootstrap-a9e9d9d54467b30e87639c6c32f91c1190bc1517.tar.xz
bootstrap-a9e9d9d54467b30e87639c6c32f91c1190bc1517.zip
Fixed all the .brand in navbar to .navbar-brand
Diffstat (limited to 'docs/examples')
-rw-r--r--docs/examples/carousel.html2
-rw-r--r--docs/examples/jumbotron.html2
-rw-r--r--docs/examples/starter-template.html4
-rw-r--r--docs/examples/sticky-footer-navbar.html2
4 files changed, 5 insertions, 5 deletions
diff --git a/docs/examples/carousel.html b/docs/examples/carousel.html
index eb45fe41e..d3b1ece9d 100644
--- a/docs/examples/carousel.html
+++ b/docs/examples/carousel.html
@@ -263,7 +263,7 @@ body {
<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>
<!-- Responsive Navbar Part 2: Place all navbar contents you want collapsed withing .navbar-collapse.collapse. -->
<div class="nav-collapse collapse">
<ul class="nav">
diff --git a/docs/examples/jumbotron.html b/docs/examples/jumbotron.html
index 907d1413a..ba02b1f37 100644
--- a/docs/examples/jumbotron.html
+++ b/docs/examples/jumbotron.html
@@ -44,7 +44,7 @@ title: Jumbotron template
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
- <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>
diff --git a/docs/examples/starter-template.html b/docs/examples/starter-template.html
index d8cbfdd70..32e35d6b6 100644
--- a/docs/examples/starter-template.html
+++ b/docs/examples/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 -->
diff --git a/docs/examples/sticky-footer-navbar.html b/docs/examples/sticky-footer-navbar.html
index 20ce2b4a2..1051a95c4 100644
--- a/docs/examples/sticky-footer-navbar.html
+++ b/docs/examples/sticky-footer-navbar.html
@@ -75,7 +75,7 @@ title: Sticky footer with navbar 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>