diff options
| author | Mark Otto <[email protected]> | 2013-04-13 22:49:21 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-04-13 22:49:21 -0700 |
| commit | eefddb1eab113de7aeb5d23c856e872841b4bef9 (patch) | |
| tree | 7f30f3d06431a495bb0760a31bbbced6dd473e63 /docs/docs.html | |
| parent | 20259e23505fdcb1a898be42ae27ff94f0d8884b (diff) | |
| download | bootstrap-eefddb1eab113de7aeb5d23c856e872841b4bef9.tar.xz bootstrap-eefddb1eab113de7aeb5d23c856e872841b4bef9.zip | |
more indenting
Diffstat (limited to 'docs/docs.html')
| -rw-r--r-- | docs/docs.html | 24 |
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 %} |
