diff options
| author | Daniel Niccoli <[email protected]> | 2014-02-21 16:32:24 +0100 |
|---|---|---|
| committer | Daniel Niccoli <[email protected]> | 2014-02-21 16:32:24 +0100 |
| commit | 72565b69c24d0e58484544af0b220b9746589376 (patch) | |
| tree | a5c32ca629d91862597aae3551757f86d35ba306 /docs/css.html | |
| parent | 0c98895604902495bbc6107c62d9d8574b755193 (diff) | |
| download | bootstrap-72565b69c24d0e58484544af0b220b9746589376.tar.xz bootstrap-72565b69c24d0e58484544af0b220b9746589376.zip | |
Clarify the use of .has-feedback
Diffstat (limited to 'docs/css.html')
| -rw-r--r-- | docs/css.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/css.html b/docs/css.html index 750b84a35..0adaf9662 100644 --- a/docs/css.html +++ b/docs/css.html @@ -1976,7 +1976,7 @@ For example, <code><section></code> should be wrapped as inline. {% endhighlight %} <h3>With optional icons</h3> - <p>You can also add optional feedback icons with the addition of an extra class and the right icon.</p> + <p>You can also add optional feedback icons with the addition of <code>.has-feedback</code> and the right icon.</p> <div class="bs-callout bs-callout-warning"> <h4>Icons and input groups</h4> <p>When using the feedback icons, be aware that manual positioning may be required for <a href="../components#input-groups">input groups</a> with an add-on on the right. Adjust the <code>right: 0;</code> to an appropriate pixel value depending on the width of your addon.</p> |
