diff options
| author | Bardi Harborow <[email protected]> | 2017-01-05 11:11:50 +1100 |
|---|---|---|
| committer | Bardi Harborow <[email protected]> | 2017-01-05 11:17:22 +1100 |
| commit | e4c0311626befc89c9462e675059edf9d52b9bb1 (patch) | |
| tree | 0cd1cf918996c9669174aeb48a17e556c252d372 /docs/components/forms.md | |
| parent | 0015da793aa446658b660894f26f86d00221f980 (diff) | |
| download | bootstrap-e4c0311626befc89c9462e675059edf9d52b9bb1.tar.xz bootstrap-e4c0311626befc89c9462e675059edf9d52b9bb1.zip | |
Update broken links.
Diffstat (limited to 'docs/components/forms.md')
| -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 88bd37dc2..9f1e231c7 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -331,7 +331,7 @@ Assistive technologies such as screen readers will have trouble with your forms ### Using the Grid -For more structured form layouts that are also responsive, you can utilize Bootstrap's [predefined grid classes]({{ site.baseurl }}/layout/grid/#predefined-classes) or [mixins]({{ site.baseurl }}/layout/grid/#sass-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. +For more structured form layouts that are also responsive, you can utilize Bootstrap's [predefined grid classes]({{ site.baseurl }}/layout/grid/) or [mixins]({{ site.baseurl }}/layout/grid/#sass-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 `.col-form-label` to your `<label>`s as well so they're vertically centered with their associated form controls. For `<legend>` elements, you can use `.col-form-legend` to make them appear similar to regular `<label>` elements. |
