From: Mark Otto Date: Sun, 15 Nov 2015 03:45:35 +0000 (-0800) Subject: unfuck that class name change X-Git-Tag: v4.0.0-alpha.2~132^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f712e922d1e52ef05701de913ee5719b58af4ee2;p=thirdparty%2Fbootstrap.git unfuck that class name change --- diff --git a/docs/components/forms.md b/docs/components/forms.md index e148c6102d..d9e5b91d9f 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -535,7 +535,7 @@ Block help text—for below inputs or for longer lines of help text—can be eas ## Validation -Bootstrap includes validation styles for error, warning, and success states on form controls. To use, add `.has-warning`, `.has-danger`, or `.has-success` to the parent element. Any `.form-control-label`, `.form-control`, and `.text-help` within that element will receive the validation styles. +Bootstrap includes validation styles for danger, warning, and success states on form controls. To use, add `.has-warning`, `.has-danger`, or `.has-success` to the parent element. Any `.form-control-label`, `.form-control`, and `.text-help` within that element will receive the validation styles. {% comment %} {% callout warning %} @@ -557,8 +557,8 @@ Ensure that an alternative indication of state is also provided. For instance, y
- - + +
@@ -576,14 +576,14 @@ Ensure that an alternative indication of state is also provided. For instance, y
{% endexample %}