aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-01-14 21:02:06 -0800
committerChris Rebert <[email protected]>2014-01-14 21:02:06 -0800
commit811639c4528d9b6f96f4800a807cf8769fa765fc (patch)
treef1e68c73fba8f6abc707b272bec492690a729de6
parent2ba15c375067aa23e6876caba1bc5a2313ca793b (diff)
downloadbootstrap-811639c4528d9b6f96f4800a807cf8769fa765fc.tar.xz
bootstrap-811639c4528d9b6f96f4800a807cf8769fa765fc.zip
downgrade <label>-related callouts from danger to warning
-rw-r--r--docs/components.html2
-rw-r--r--docs/css.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/components.html b/docs/components.html
index 93d24238b..c96219834 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>
diff --git a/docs/css.html b/docs/css.html
index d8d6b8bb5..add93b16f 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -1588,7 +1588,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<h4>Requires custom widths</h4>
<p>Inputs, selects, and textareas are 100% wide by default in Bootstrap. To use the inline form, you'll have to set a width on the form controls used within.</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 forms, you can hide the labels using the <code>.sr-only</code> class.</p>
</div>