From 08f470ea689fd65386a10400519ba7c7ff25c411 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 12 Mar 2014 10:11:02 -0700 Subject: [PATCH] rework docs copy: inputs-without-labels are likely the more common case --- docs/css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/css.html b/docs/css.html index f8ebe8c3c8..4c91e138ac 100644 --- a/docs/css.html +++ b/docs/css.html @@ -2067,7 +2067,7 @@ For example, <section> should be wrapped as inline.

You can also add optional feedback icons with the addition of .has-feedback and the right icon.

Icons, labels, and input groups

-

Manual positioning of feedback icons is required for input groups with an add-on on the right and inputs without a label. For input groups, adjust the right value to an appropriate pixel value depending on the width of your addon. For labels, adjust the topvalue.

+

Manual positioning of feedback icons is required for inputs without a label and for input groups with an add-on on the right. For inputs without labels, adjust the topvalue. For input groups, adjust the right value to an appropriate pixel value depending on the width of your addon.