diff options
| author | Mark Otto <[email protected]> | 2012-01-07 00:26:58 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-07 00:26:58 -0800 |
| commit | 36e7660383a7639f5d538efb7dc0f349e285b42d (patch) | |
| tree | c95ba413d3b56460d6b75da4534a12fa946e7d64 /docs/base-css.html | |
| parent | 94b825abc82abba14131824d57f3368871c5f4cb (diff) | |
| download | bootstrap-36e7660383a7639f5d538efb7dc0f349e285b42d.tar.xz bootstrap-36e7660383a7639f5d538efb7dc0f349e285b42d.zip | |
fix forms in navbars, fix examples' navbars
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index cbdf5ea19..cc92bc221 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1102,6 +1102,7 @@ <hr> <h3>Checkboxes and radios</h3> <p>Up to v1.4, Bootstrap required extra markup around checkboxes and radios to stack them. Now, it's a simple matter of repeating the <code><label class="checkbox"></code> that wraps the <code><input type="checkbox"></code>.</p> + <p>Inline checkboxes and radios are also supported. Just add <code>.inline</code> to any <code>.checkbox</code> or <code>.radio</code> and you're done.</p> </div> </div> </div><!-- /row --> |
