aboutsummaryrefslogtreecommitdiff
path: root/javascript.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-18 19:50:53 -0700
committerMark Otto <[email protected]>2013-08-18 19:50:53 -0700
commit108d10a920449d113f6bf446941683a05607db3c (patch)
tree14f02c462cdef2f13b4775f45049be19324029ff /javascript.html
parentd5cd040f57b5b1036a7a927332a3220cceefae43 (diff)
downloadbootstrap-108d10a920449d113f6bf446941683a05607db3c.tar.xz
bootstrap-108d10a920449d113f6bf446941683a05607db3c.zip
Refactor alerts to have a base class, but no default class, thus requiring a modifier class at all times
Diffstat (limited to 'javascript.html')
-rw-r--r--javascript.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html
index 9e85c7742..40c04f58b 100644
--- a/javascript.html
+++ b/javascript.html
@@ -1184,7 +1184,7 @@ $('#myPopover').on('hidden.bs.popover', function () {
<h2 id="alerts-examples">Example alerts</h2>
<p>Add dismiss functionality to all alert messages with this plugin.</p>
<div class="bs-example">
- <div class="alert fade in">
+ <div class="alert alert-warning fade in">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
<strong>Holy guacamole!</strong> Best check yo self, you're not looking too good.
</div>