aboutsummaryrefslogtreecommitdiff
path: root/javascript.html
diff options
context:
space:
mode:
authorJoel Kuzmarski <[email protected]>2013-08-24 23:01:08 -0500
committerJoel Kuzmarski <[email protected]>2013-08-24 23:01:08 -0500
commite63b6c067593ae79402da990999eea90d82e3a1b (patch)
tree9ef1ba6b3e1e235b847c1e14a4edec4c97de8cce /javascript.html
parent86f28f0380d5fbe365019c4c5f31d42955bbd2af (diff)
downloadbootstrap-e63b6c067593ae79402da990999eea90d82e3a1b.tar.xz
bootstrap-e63b6c067593ae79402da990999eea90d82e3a1b.zip
Fixes #9008: remove `alert-block` class from example
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 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>