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
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2014-01-15 09:02:06 +0400
committerChris Rebert <code@rebertia.com>2014-01-15 09:02:06 +0400
commit811639c4528d9b6f96f4800a807cf8769fa765fc (patch)
treef1e68c73fba8f6abc707b272bec492690a729de6 /docs/components.html
parent2ba15c375067aa23e6876caba1bc5a2313ca793b (diff)
downgrade <label>-related callouts from danger to warning
Diffstat (limited to 'docs/components.html')
-rw-r--r--docs/components.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components.html b/docs/components.html
index 93d24238b1..c962198348 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -1432,7 +1432,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,
<p>There are some caveats regarding using form controls within fixed elements on mobile devices. <a href="../getting-started/#support-fixed-position-keyboards">See our browser support docs</a> for details.</p>
</div>
- <div class="bs-callout bs-callout-danger">
+ <div class="bs-callout bs-callout-warning">
<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>