diff options
| author | Jacob Thornton <[email protected]> | 2012-01-08 15:13:56 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-08 15:13:56 -0800 |
| commit | a24cdb3e408f23de64e33642efbda7e8f7d3f2b8 (patch) | |
| tree | 962b57a331e9e3f5a8925d2138ba50311fb95eba /docs | |
| parent | 7aca72322effb717804af8348d3b58cfa2cbe000 (diff) | |
| parent | dbe5e666af51a4d85923c1a7754da1c929dfc249 (diff) | |
| download | bootstrap-a24cdb3e408f23de64e33642efbda7e8f7d3f2b8.tar.xz bootstrap-a24cdb3e408f23de64e33642efbda7e8f7d3f2b8.zip | |
Merge pull request #932 from blizzy78/typo
Tiny typo fix
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components.html | 2 |
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 @@ </div> </div> </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><body></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><body></code>.</p> <pre class="prettyprint linenums"> <div class="navbar navbar-fixed"> ... |
