aboutsummaryrefslogtreecommitdiff
path: root/docs/docs.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-04-13 22:49:21 -0700
committerMark Otto <[email protected]>2013-04-13 22:49:21 -0700
commiteefddb1eab113de7aeb5d23c856e872841b4bef9 (patch)
tree7f30f3d06431a495bb0760a31bbbced6dd473e63 /docs/docs.html
parent20259e23505fdcb1a898be42ae27ff94f0d8884b (diff)
downloadbootstrap-eefddb1eab113de7aeb5d23c856e872841b4bef9.tar.xz
bootstrap-eefddb1eab113de7aeb5d23c856e872841b4bef9.zip
more indenting
Diffstat (limited to 'docs/docs.html')
-rw-r--r--docs/docs.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/docs.html b/docs/docs.html
index 76e1b7e0e..cbea472fa 100644
--- a/docs/docs.html
+++ b/docs/docs.html
@@ -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 %}