From faacbdb49f31fc0cda07f2ebc3e28cd1e1e3690d Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 12 Aug 2015 22:12:40 -0700 Subject: [PATCH] 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. --- docs/components/forms.md | 7 ++++--- scss/_forms.scss | 13 ------------- 2 files changed, 4 insertions(+), 16 deletions(-) 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.