diff options
| author | Mark Otto <[email protected]> | 2014-01-14 21:46:46 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-01-14 21:46:46 -0800 |
| commit | 96031c101d64bccc47c3457f04b43b96b7f7f7b6 (patch) | |
| tree | f8dcfce7b0bf652caf38c35500930d279f7af4aa /docs/css.html | |
| parent | b93ce03f19079aaf977125ba27318df0107057eb (diff) | |
| parent | 488443c9ad477ebd7f3c22db5caf088faf08f31a (diff) | |
| download | bootstrap-96031c101d64bccc47c3457f04b43b96b7f7f7b6.tar.xz bootstrap-96031c101d64bccc47c3457f04b43b96b7f7f7b6.zip | |
Merge pull request #12231 from twbs/callouts
callout severity tweaks
Diffstat (limited to 'docs/css.html')
| -rw-r--r-- | docs/css.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/css.html b/docs/css.html index d8d6b8bb5..643d1dc0e 100644 --- a/docs/css.html +++ b/docs/css.html @@ -1588,7 +1588,7 @@ For example, <code><section></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> @@ -2369,7 +2369,7 @@ For example, <code><section></code> should be wrapped as inline. <img src="..." alt="..." class="img-thumbnail"> {% endhighlight %} - <div class="bs-callout bs-callout-warning"> + <div class="bs-callout bs-callout-info"> <h4>Responsive images</h4> <p>Looking for how to make images more responsive? <a href="#overview-responsive-images">Check out the responsive images section</a> up top.</p> </div> |
