]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
downgrade <label>-related callouts from danger to warning
authorChris Rebert <code@rebertia.com>
Wed, 15 Jan 2014 05:02:06 +0000 (21:02 -0800)
committerChris Rebert <code@rebertia.com>
Wed, 15 Jan 2014 05:02:06 +0000 (21:02 -0800)
docs/components.html
docs/css.html

index 93d24238b1fe44240b175a313bd3d3e9ee36817c..c962198348b6fcfb040fcc7129714e9ff4bb75de 100644 (file)
@@ -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>
index d8d6b8bb5bc0b95b2a81e98a142d8e044ad1770c..add93b16fff7665f747a025e4455e69a651bc069 100644 (file)
@@ -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>