diff options
| author | Maik Schreiber <[email protected]> | 2012-01-09 00:02:13 +0100 |
|---|---|---|
| committer | Maik Schreiber <[email protected]> | 2012-01-09 00:02:13 +0100 |
| commit | dbe5e666af51a4d85923c1a7754da1c929dfc249 (patch) | |
| tree | 65c3e3b8afdf3176280eb35d32a852e906d2f6fc /docs/components.html | |
| parent | aa0c4acd80562645ae85ef9a76f6b45e778d7acd (diff) | |
| download | bootstrap-dbe5e666af51a4d85923c1a7754da1c929dfc249.tar.xz bootstrap-dbe5e666af51a4d85923c1a7754da1c929dfc249.zip | |
fix typo
Diffstat (limited to 'docs/components.html')
| -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"> ... |
