]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Revert "fix styling of alert-dismissable example"
authorChris Rebert <code@rebertia.com>
Wed, 28 Aug 2013 21:57:41 +0000 (14:57 -0700)
committerChris Rebert <code@rebertia.com>
Wed, 28 Aug 2013 21:57:41 +0000 (14:57 -0700)
This reverts commit b3a23fa33a261295ed69adc9fbc75b70bf354962.

components.html

index 642146e71b3e7017cb50a2960f4824848a6b2b9e..c24eaf8595be21d2c0077456566b4dd3f22529e6 100644 (file)
@@ -2243,13 +2243,13 @@ body { padding-bottom: 70px; }
     <h2 id="alerts-dismissable">Dismissable alerts</h2>
     <p>Build on any alert by adding an optional <code>.alert-dismissable</code> and close button.</p>
     <div class="bs-example">
-      <div class="alert alert-warning alert-dismissable alert-warning">
+      <div class="alert alert-warning alert-dismissable">
         <button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
         <strong>Warning!</strong> Best check yo self, you're not looking too good.
       </div>
     </div>
 {% highlight html %}
-<div class="alert alert-warning alert-dismissable alert-warning">
+<div class="alert alert-warning alert-dismissable">
   <button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
   <strong>Warning!</strong> Best check yo self, you're not looking too good.
 </div>