]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
clearer copy
authorMark Otto <markdotto@gmail.com>
Tue, 9 Feb 2016 08:20:18 +0000 (00:20 -0800)
committerMark Otto <markdotto@gmail.com>
Tue, 9 Feb 2016 08:20:18 +0000 (00:20 -0800)
docs/components/forms.md

index 134bd88c1933971f7592984d5c75d216546c6582..a7ce4062cf89096296b1f7798fa54cdfc1b83155 100644 (file)
@@ -332,7 +332,9 @@ Because of this, you may need to manually address the width and alignment of ind
 
 ### Using the Grid
 
-For more structured form layouts, you can utilize Bootstrap's predefined grid classes (or mixins). Add the `.row` class to form groups and use the `.col-*` classes to specify the width of your labels and controls. To vertically center the labels with the textual inputs—nearly anything with `.form-control`—use the `.form-control-label` class.
+For more structured form layouts, you can utilize Bootstrap's predefined grid classes (or mixins) to create horizontal forms. Add the `.row` class to form groups and use the `.col-*-*` classes to specify the width of your labels and controls.
+
+Be sure to add `.form-control-label` to your `<label>`s as well so they're vertically centered with their associated labels.
 
 {% example html %}
 <form>