aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-05-12 16:34:12 -0700
committerMark Otto <[email protected]>2013-05-12 16:34:12 -0700
commit79a426943075e11458acd96aa71490aee76672c7 (patch)
tree03c34016a9d9963c1c6d5f7a4872ab531302f116 /docs/components.html
parent41a76e8e7ade28a8ac65b6948bddf1cd702f9579 (diff)
downloadbootstrap-79a426943075e11458acd96aa71490aee76672c7.tar.xz
bootstrap-79a426943075e11458acd96aa71490aee76672c7.zip
Fix navbar button docs
Diffstat (limited to 'docs/components.html')
-rw-r--r--docs/components.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/components.html b/docs/components.html
index 01a580bf9..916d7c957 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -1170,9 +1170,12 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na
<div class="bs-example">
<div class="navbar">
<a href="#" class="navbar-brand">Brand</a>
- <button type="button" class="btn btn-default">Submit</button>
+ <button type="button" class="btn btn-default navbar-btn">Sign in</button>
</div>
</div>
+{% highlight html %}
+<button type="button" class="btn btn-default navbar-btn">Sign in</button>
+{% endhighlight %}
<h3 id="navbar-text">Text</h3>
<p>Wrap strings of text in an element with <code>.navbar-text</code>, usually on a <code>&lt;p&gt;</code> tag for proper leading and color.</p>
@@ -1182,7 +1185,7 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na
<p class="navbar-text">Signed in as Mark Otto</p>
</div>
</div>
-{% highlight html linenos %}
+{% highlight html %}
<div class="navbar">
<a href="#" class="navbar-brand">Brand</a>
<p class="navbar-text">Signed in as Mark Otto</p>
@@ -1197,7 +1200,7 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na
<p class="pull-right">Signed in as <a href="#" class="navbar-link">Mark Otto</a></p>
</div>
</div>
-{% highlight html linenos %}
+{% highlight html %}
<div class="navbar">
<a href="#" class="navbar-brand">Brand</a>
<p class="pull-right">Signed in as <a href="#" class="navbar-link">Mark Otto</a></p>