aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohvik <[email protected]>2013-08-12 20:52:25 +0200
committerjohvik <[email protected]>2013-08-12 20:52:25 +0200
commit7eb07932232505e45ec04376ecba040390f11064 (patch)
tree882e1d0674f064051c02834211443efe85b99f13
parent1462fe2c8129b8d30d2fc797b8b465b17ef2d869 (diff)
downloadbootstrap-7eb07932232505e45ec04376ecba040390f11064.tar.xz
bootstrap-7eb07932232505e45ec04376ecba040390f11064.zip
Javascript > Alert should use danger not error
-rw-r--r--javascript.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html
index db3053f22..faeed15c4 100644
--- a/javascript.html
+++ b/javascript.html
@@ -1183,7 +1183,7 @@ $('#myPopover').on('hidden.bs.popover', function () {
</div><!-- /example -->
<div class="bs-example">
- <div class="alert alert-block alert-error fade in">
+ <div class="alert alert-block alert-danger fade in">
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
<h4>Oh snap! You got an error!</h4>
<p>Change this and that and try again. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.</p>