]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #9008: remove `alert-block` class from example 10128/head
authorJoel Kuzmarski <leoj3n@gmail.com>
Sun, 25 Aug 2013 04:01:08 +0000 (23:01 -0500)
committerJoel Kuzmarski <leoj3n@gmail.com>
Sun, 25 Aug 2013 04:01:08 +0000 (23:01 -0500)
javascript.html

index 1d41f71a5fa2b3fc470c7b340bf907ba4894567f..6a0807952e5b6306a6dad0adb2c6c0c802e710c6 100644 (file)
@@ -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>