diff options
| author | Mark Otto <[email protected]> | 2014-04-30 19:47:50 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-04-30 19:47:50 -0700 |
| commit | a80eb1eb50d0c5953c2dc35ceb67ad622aa9a732 (patch) | |
| tree | 8577b67f86ba5bb6e11a9ed9e100c265803413a4 /docs/_includes/css | |
| parent | 458cb6944beb7bfa65c12c6b20387757969617ba (diff) | |
| download | bootstrap-a80eb1eb50d0c5953c2dc35ceb67ad622aa9a732.tar.xz bootstrap-a80eb1eb50d0c5953c2dc35ceb67ad622aa9a732.zip | |
explain
Diffstat (limited to 'docs/_includes/css')
| -rw-r--r-- | docs/_includes/css/forms.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html index 24e07cd25..f2e29d6ff 100644 --- a/docs/_includes/css/forms.html +++ b/docs/_includes/css/forms.html @@ -594,6 +594,7 @@ {% endhighlight %} <h4>Optional icons with hidden <code>.sr-only</code> labels</h4> + <p>For form controls with no visible label, add the <code>.sr-only</code> class on the label. Bootstrap will automatically adjust the position of the icon once it's been added.</p> <div class="bs-example"> <div class="form-group has-success has-feedback"> <label class="control-label sr-only" for="inputSuccess5">Hidden label</label> |
