diff options
| author | Mark Otto <[email protected]> | 2017-05-27 14:38:37 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-27 14:38:37 -0700 |
| commit | 8a6642bbff3b86a24fc47cad42f5a23af80f057a (patch) | |
| tree | b675b2690ca8f3ce570d65fc358c7650bab86542 /docs | |
| parent | f3acf9d890568e7ecaab0c4218f51f4afb7489d7 (diff) | |
| download | bootstrap-8a6642bbff3b86a24fc47cad42f5a23af80f057a.tar.xz bootstrap-8a6642bbff3b86a24fc47cad42f5a23af80f057a.zip | |
rename section
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components/forms.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/forms.md b/docs/components/forms.md index feadf19bc..32b937172 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -189,7 +189,7 @@ Here are examples of `.form-control` applied to each textual HTML5 `<input>` `ty | `time` | <input class="form-control" type="time" value="13:45:00" id="example-time-input"> | | `color` | <input class="form-control" type="color" value="#563d7c" id="example-color-input"> | -## Form layouts +## Layout Since Bootstrap applies `display: block` and `width: 100%` to almost all our form controls, forms will by default stack vertically. Additional classes can be used to vary this layout on a per-form basis. |
