diff options
Diffstat (limited to 'docs/_includes/css')
| -rw-r--r-- | docs/_includes/css/forms.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html index fab5ea102..ce0673a0e 100644 --- a/docs/_includes/css/forms.html +++ b/docs/_includes/css/forms.html @@ -625,7 +625,7 @@ </form> </div><!-- /.bs-example --> {% highlight html %} -<label class="sr-only" for="inputHelpBlock">Input with help text</label> +<label for="inputHelpBlock">Input with help text</label> <input type="text" id="inputHelpBlock" class="form-control" aria-describedby="helpBlock"> ... <span id="helpBlock" class="help-block">A block of help text that breaks onto a new line and may extend beyond one line.</span> @@ -1026,4 +1026,3 @@ </div> </div> {% endhighlight %} - |
