aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-08 15:33:55 -0800
committerMark Otto <[email protected]>2012-01-08 15:33:55 -0800
commite654ec13369761e252aa279d5e0a1002ba23cfb7 (patch)
treeefeac31cadc20c9192ade650bf6f945069b2d23a /docs/components.html
parent4b79443bba6ad83d9da62e00765ef45121fb39ff (diff)
parenta24cdb3e408f23de64e33642efbda7e8f7d3f2b8 (diff)
downloadbootstrap-e654ec13369761e252aa279d5e0a1002ba23cfb7.tar.xz
bootstrap-e654ec13369761e252aa279d5e0a1002ba23cfb7.zip
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
Diffstat (limited to 'docs/components.html')
-rw-r--r--docs/components.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components.html b/docs/components.html
index 0c70ef168..104bedf54 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -512,7 +512,7 @@
&lt;/div&gt;
&lt;/div&gt;
</pre>
- <p>To make the navbar fixed, swamp 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</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;
...