diff options
| author | Mark Otto <[email protected]> | 2013-09-11 23:13:28 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-11 23:13:28 -0700 |
| commit | dbcb05880f9dc34a694c0ebc2487f1c1ecb47493 (patch) | |
| tree | c0cd9aa08a2bf9b4b51f583f0361dc7de2074cd2 /components.html | |
| parent | 28e5572bf4de4e98b62421dc7d33e8b353fff382 (diff) | |
| parent | 9c0d04d3e466c559b8ba11c9c0769745031310fb (diff) | |
| download | bootstrap-dbcb05880f9dc34a694c0ebc2487f1c1ecb47493.tar.xz bootstrap-dbcb05880f9dc34a694c0ebc2487f1c1ecb47493.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'components.html')
| -rw-r--r-- | components.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/components.html b/components.html index 81f0ae8d2..f107a1b09 100644 --- a/components.html +++ b/components.html @@ -1562,6 +1562,11 @@ base_url: "../" </form> {% endhighlight %} +<div class="bs-callout bs-callout-danger"> + <h4>Always add labels</h4> + <p>Screen readers will have trouble with your forms if you don't include a label for every input. For these inline navbar forms, you can hide the labels using the <code>.sr-only</code> class.</p> +</div> + <h2 id="navbar-buttons">Buttons</h2> <p>For buttons not residing in a <code><form></code>, add this class to vertically center buttons within a navbar.</p> |
