diff options
| author | Mark Otto <[email protected]> | 2013-08-24 21:23:38 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-24 21:23:38 -0700 |
| commit | bae17265098ac2fc9a4d947b0e95ff84eb85db24 (patch) | |
| tree | 9ef1ba6b3e1e235b847c1e14a4edec4c97de8cce | |
| parent | 86f28f0380d5fbe365019c4c5f31d42955bbd2af (diff) | |
| parent | e63b6c067593ae79402da990999eea90d82e3a1b (diff) | |
| download | bootstrap-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.html | 2 |
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">×</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> |
