]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
more indenting
authorMark Otto <otto@github.com>
Sun, 14 Apr 2013 05:49:21 +0000 (22:49 -0700)
committerMark Otto <otto@github.com>
Sun, 14 Apr 2013 05:49:21 +0000 (22:49 -0700)
docs/docs.html

index 76e1b7e0e7f193689a32410d21b3122cac0b8516..cbea472fa304974e336f043c2d2a4d4cc564805c 100644 (file)
@@ -5843,20 +5843,20 @@ $('#example').tooltip(options)
         <p>Bootstrap's alert class exposes a few events for hooking into alert functionality.</p>
         <table class="table table-bordered table-striped">
           <thead>
-           <tr>
-             <th style="width: 150px;">Event</th>
-             <th>Description</th>
-           </tr>
+            <tr>
+              <th style="width: 150px;">Event</th>
+              <th>Description</th>
+            </tr>
           </thead>
           <tbody>
-           <tr>
-             <td>close</td>
-             <td>This event fires immediately when the <code>close</code> instance method is called.</td>
-           </tr>
-           <tr>
-             <td>closed</td>
-             <td>This event is fired when the alert has been closed (will wait for css transitions to complete).</td>
-           </tr>
+            <tr>
+              <td>close</td>
+              <td>This event fires immediately when the <code>close</code> instance method is called.</td>
+            </tr>
+            <tr>
+              <td>closed</td>
+              <td>This event is fired when the alert has been closed (will wait for css transitions to complete).</td>
+            </tr>
           </tbody>
         </table>
 {% highlight js linenos %}