aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-17 20:44:52 -0700
committerMark Otto <[email protected]>2011-10-17 20:44:52 -0700
commitae5c5e10635049c65d73454ca9486539bdf324d4 (patch)
tree52f0968cfb8405ca2783515c5b00e3688ad476e8 /docs/index.html
parentb91d210a3cdb29d022f20646ed61e663ceea18dd (diff)
downloadbootstrap-ae5c5e10635049c65d73454ca9486539bdf324d4.tar.xz
bootstrap-ae5c5e10635049c65d73454ca9486539bdf324d4.zip
update docs to change topbar to navbar
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/index.html b/docs/index.html
index 68cdd4a2c..7fe5ce1ca 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -25,7 +25,7 @@
<body>
- <!-- Topbar
+ <!-- Navbar
================================================== -->
<div class="navbar navbar-fixed" data-scrollspy="scrollspy">
<div class="navbar-inner">
@@ -1308,7 +1308,7 @@
<div class="page-header">
<h1>Navigation</h1>
</div>
- <h2>Fixed topbar</h2>
+ <h2>Fixed navbar</h2>
<div class="navbar navbar-static" data-dropdown="dropdown">
<div class="navbar-inner">
<div class="container">
@@ -1343,24 +1343,24 @@
</li>
</ul>
</div>
- </div><!-- /topbar-inner -->
- </div><!-- /topbar -->
+ </div><!-- /navbar-inner -->
+ </div><!-- /navbar -->
<div class="row">
<div class="span4">
<h4>What is it</h4>
- <p>Our topbar is a fixed bar that houses a website’s logo or name, primary navigation, and search form.</p>
+ <p>Our navbar is a fixed bar that houses a website’s logo or name, primary navigation, and search form.</p>
</div>
<div class="span4">
<h4>Customizable</h4>
- <p>All elements within, and the entire topbar as well, are optional. You can choose to include a logo/name, nav, search, and a secondary nav&mdash;or any combination of that.</p>
+ <p>All elements within, and the entire navbar as well, are optional. You can choose to include a logo/name, nav, search, and a secondary nav&mdash;or any combination of that.</p>
</div>
<div class="span4">
<h4>Dropdowns included</h4>
<p>As part of the main navigation, we’ve included the ability for you to add dropdowns to your nav. Check out the secondary nav above (right aligned) to see how it’s done. Dropdowns <code>&lt;li&gt;</code> tags also support <code>.active</code> for showing current page selection.</p>
</div>
</div>
- <p><strong>Note:</strong> When using the topbar on any page, be sure to account for the overlap it causes by adding <code>padding-top: 40px;</code> to your <code>&lt;body&gt;</code>.</p>
+ <p><strong>Note:</strong> When using the navbar on any page, be sure to account for the overlap it causes by adding <code>padding-top: 40px;</code> to your <code>&lt;body&gt;</code>.</p>
<br>
@@ -1875,11 +1875,11 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita
</tr>
<tr>
<td><a href="./javascript.html#dropdowns">bootstrap-dropdown.js</a></td>
- <td>This plugin is for adding dropdown interaction to the bootstrap topbar or tabbed navigations.</td>
+ <td>This plugin is for adding dropdown interaction to the bootstrap navbar or tabbed navigations.</td>
</tr>
<tr>
<td><a href="./javascript.html#scrollspy">bootstrap-scrollspy.js</a></td>
- <td>The ScrollSpy plugin is for adding an auto updating nav based on scroll position to the bootstrap topbar.</td>
+ <td>The ScrollSpy plugin is for adding an auto updating nav based on scroll position to the bootstrap navbar.</td>
</tr>
<tr>
<td><a href="./javascript.html#tabs">bootstrap-tabs.js</a></td>