From: Chris Rebert Date: Wed, 12 Mar 2014 17:11:02 +0000 (-0700) Subject: rework docs copy: inputs-without-labels are likely the more common case X-Git-Tag: v3.2.0~370 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08f470ea689fd65386a10400519ba7c7ff25c411;p=thirdparty%2Fbootstrap.git rework docs copy: inputs-without-labels are likely the more common case --- 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.