aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-27 13:20:02 -0800
committerMark Otto <[email protected]>2012-01-27 13:20:02 -0800
commite8647c1b118d2c726a8987e9a41aad82da972b57 (patch)
tree94282745842915734f5bdaaf339976c3e03ca0a1 /docs/components.html
parent97546adc90a9c8149bb4560641b4164338e38063 (diff)
downloadbootstrap-e8647c1b118d2c726a8987e9a41aad82da972b57.tar.xz
bootstrap-e8647c1b118d2c726a8987e9a41aad82da972b57.zip
huuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuge update to doces and stuff
Diffstat (limited to 'docs/components.html')
-rw-r--r--docs/components.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/components.html b/docs/components.html
index eba49449f..7efa889b8 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -30,7 +30,7 @@
<!-- Navbar
================================================== -->
- <div class="navbar navbar-fixed">
+ <div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="./index.html">Bootstrap</a>
@@ -71,7 +71,7 @@
<div class="subnav">
<ul class="nav pills">
<li><a href="#buttonGroups">Button groups</a></li>
- <li><a href="#comboButtons">Combo buttons</a></li>
+ <li><a href="#buttonDropdowns">Button dropdowns</a></li>
<li><a href="#navs">Nav, tabs, pills</a></li>
<li><a href="#navbar">Navbar</a></li>
<li><a href="#breadcrumbs">Breadcrumbs</a></li>
@@ -157,9 +157,9 @@
<!-- Split button dropdowns
================================================== -->
-<section id="comboButtons">
+<section id="buttonDropdowns">
<div class="page-header">
- <h1>Combo buttons <small>Built on button groups to provide contextual dropdown menus</small></h1>
+ <h1>Buttons dropdowns <small>Built on button groups to provide contextual dropdown menus</small></h1>
</div>
<div class="row">
<div class="span4">
@@ -699,9 +699,9 @@
&lt;/div&gt;
&lt;/div&gt;
</pre>
- <p>To make the navbar fixed, swap the <code>.navbar-static</code> class for <code>.navbar-fixed</code>. In your CSS, you will also need to account for the overlap it causes by adding <code>padding-top: 40px;</code> to your <code>&lt;body&gt;</code>.</p>
+ <p>To make the navbar fixed, swap the <code>.navbar-static</code> class for <code>.navbar-fixed-top</code>. In your CSS, you will also need to account for the overlap it causes by adding <code>padding-top: 40px;</code> to your <code>&lt;body&gt;</code>.</p>
<pre class="prettyprint linenums">
-&lt;div class="navbar navbar-fixed"&gt;
+&lt;div class="navbar navbar-fixed-top"&gt;
...
&lt;/div&gt;
</pre>