]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix typo 932/head
authorMaik Schreiber <blizzy@blizzy.de>
Sun, 8 Jan 2012 23:02:13 +0000 (00:02 +0100)
committerMaik Schreiber <blizzy@blizzy.de>
Sun, 8 Jan 2012 23:02:13 +0000 (00:02 +0100)
docs/components.html

index 0c70ef1680134049031755985e65e8fe29922220..104bedf54fb7e9319e77ba16c9a4c33758f3c40c 100644 (file)
   &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;
   ...