From: Mark Otto Date: Thu, 13 Aug 2015 05:12:40 +0000 (-0700) Subject: Remove .help-block entirely X-Git-Tag: v4.0.0-alpha~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faacbdb49f31fc0cda07f2ebc3e28cd1e1e3690d;p=thirdparty%2Fbootstrap.git Remove .help-block entirely - Fixes #13267 somewhat. - Instead of a single, block-level class, let's use a combination of existing elements and classes. - For block-level help text, use p.text-muted. - For inline-level help text, use span.text-muted or small.text-muted. --- diff --git a/docs/components/forms.md b/docs/components/forms.md index bfb24bd28f..5763adaab5 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -22,6 +22,7 @@ Remember, since Bootstrap utilizes the HTML5 doctype, **all inputs must have a `
+ We'll never share your email with anyone else.
@@ -54,7 +55,7 @@ Remember, since Bootstrap utilizes the HTML5 doctype, **all inputs must have a `
-

This is some placeholder block-level help text for the above input. It's a bit lighter and easily wraps to a new line.

+ This is some placeholder block-level help text for the above input. It's a bit lighter and easily wraps to a new line.