Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-07-03 21:34:50 +0300
committerMark Otto <markdotto@gmail.com>2017-07-03 21:34:50 +0300
commit79f9aef216ae9bde5fc011db8d4b84cbd65076cd (patch)
tree0e7673d2639e37c34f6298874db730bb5b55cacc /docs
parent7011e272c18cbe758649592b5b9d7bcd19a9c0c4 (diff)
fixes #22238
Diffstat (limited to 'docs')
-rw-r--r--docs/_includes/css/forms.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html
index fab5ea1029..ce0673a0e9 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 %}
-