0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-15 15:29:22 +01:00

Merge pull request #932 from blizzy78/typo

Tiny typo fix
This commit is contained in:
Jacob Thornton 2012-01-08 15:13:56 -08:00
commit a24cdb3e40

View File

@ -512,7 +512,7 @@
</div> </div>
</div> </div>
</pre> </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"> <pre class="prettyprint linenums">
&lt;div class="navbar navbar-fixed"&gt; &lt;div class="navbar navbar-fixed"&gt;
... ...