diff options
| author | Mark Otto <[email protected]> | 2014-07-12 17:51:57 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-12 17:51:57 -0700 |
| commit | d9a38cd99f3346a7565bf31cb9143755158c8219 (patch) | |
| tree | 2d46b0af38e4fd3847f843a078fbc322b5b6bd78 /docs | |
| parent | 62d6d69c201f8c100700f616489226cb586c9e73 (diff) | |
| download | bootstrap-d9a38cd99f3346a7565bf31cb9143755158c8219.tar.xz bootstrap-d9a38cd99f3346a7565bf31cb9143755158c8219.zip | |
Fixes #14132: add .alert-dismissible to docs examples
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_includes/js/alerts.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/js/alerts.html b/docs/_includes/js/alerts.html index 351301533..e9cb8c871 100644 --- a/docs/_includes/js/alerts.html +++ b/docs/_includes/js/alerts.html @@ -4,14 +4,14 @@ <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 alert-warning fade in" role="alert"> + <div class="alert alert-warning alert-dismissible fade in" role="alert"> <button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button> <strong>Holy guacamole!</strong> Best check yo self, you're not looking too good. </div> </div><!-- /example --> <div class="bs-example"> - <div class="alert alert-danger fade in" role="alert"> + <div class="alert alert-danger alert-dismissible fade in" role="alert"> <button type="button" class="close" data-dismiss="alert"><span aria-hidden="true">×</span><span class="sr-only">Close</span></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> |
