]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
rename section
authorMark Otto <markdotto@gmail.com>
Sat, 27 May 2017 21:38:37 +0000 (14:38 -0700)
committerMark Otto <markdotto@gmail.com>
Sat, 27 May 2017 21:38:37 +0000 (14:38 -0700)
docs/components/forms.md

index feadf19bcfbe3f1018f9b9029262cb6cc0e663e9..32b937172d48bddc7f9ed6be64ad2103463fba02 100644 (file)
@@ -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.