From d7d32c475f688b75d84fe3588d7b3e5b84c6396c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 9 Feb 2016 00:20:18 -0800 Subject: [PATCH] clearer copy --- docs/components/forms.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/components/forms.md b/docs/components/forms.md index 134bd88c19..a7ce4062cf 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 `