aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-24 21:23:38 -0700
committerMark Otto <[email protected]>2013-08-24 21:23:38 -0700
commitbae17265098ac2fc9a4d947b0e95ff84eb85db24 (patch)
tree9ef1ba6b3e1e235b847c1e14a4edec4c97de8cce
parent86f28f0380d5fbe365019c4c5f31d42955bbd2af (diff)
parente63b6c067593ae79402da990999eea90d82e3a1b (diff)
downloadbootstrap-bae17265098ac2fc9a4d947b0e95ff84eb85db24.tar.xz
bootstrap-bae17265098ac2fc9a4d947b0e95ff84eb85db24.zip
Merge pull request #10128 from leoj3n/alert-block-remove
Fixes #9008: remove `alert-block` class from example
-rw-r--r--javascript.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html
index 1d41f71a5..6a0807952 100644
--- a/javascript.html
+++ b/javascript.html
@@ -1203,7 +1203,7 @@ $('#myPopover').on('hidden.bs.popover', function () {
</div><!-- /example -->
<div class="bs-example">
- <div class="alert alert-block alert-danger fade in">
+ <div class="alert 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>