diff options
| author | Mark Otto <[email protected]> | 2016-02-09 00:20:18 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-02-09 00:20:18 -0800 |
| commit | d7d32c475f688b75d84fe3588d7b3e5b84c6396c (patch) | |
| tree | 3ae1799bafa4b9b26dd12c7a6088c100bca2f78d /docs | |
| parent | a263e194194969fa0daf5fde938a330f6c77be81 (diff) | |
| download | bootstrap-d7d32c475f688b75d84fe3588d7b3e5b84c6396c.tar.xz bootstrap-d7d32c475f688b75d84fe3588d7b3e5b84c6396c.zip | |
clearer copy
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components/forms.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/components/forms.md b/docs/components/forms.md index 134bd88c1..a7ce4062c 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -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> |
