From: Mark Otto Date: Sat, 9 Apr 2016 02:05:23 +0000 (-0500) Subject: Fixes #18573: Change name of .form-control-label to .col-form-label (and .form-contro... X-Git-Tag: v4.0.0-alpha.3~85^2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a4d3155ab70526cb3f17fbc8fd381d392fc4390;p=thirdparty%2Fbootstrap.git Fixes #18573: Change name of .form-control-label to .col-form-label (and .form-control-legend to .col-form-legend) to reiterate use for only grid layouts --- diff --git a/docs/components/forms.md b/docs/components/forms.md index ae60e66c27..042796c05c 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -172,79 +172,79 @@ Here are examples of `.form-control` applied to each textual HTML5 `` `ty {% example html %}
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
@@ -342,25 +342,25 @@ Because of this, you may need to manually address the width and alignment of ind For more structured form layouts that are also responsive, you can utilize Bootstrap's [predefined grid classes](/layout/grid/#predefined-classes) or [mixins](/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 `.form-control-label` to your `