Commit eefddb1e authored by Mark Otto's avatar Mark Otto

more indenting

parent 20259e23
...@@ -5843,20 +5843,20 @@ $('#example').tooltip(options) ...@@ -5843,20 +5843,20 @@ $('#example').tooltip(options)
<p>Bootstrap's alert class exposes a few events for hooking into alert functionality.</p> <p>Bootstrap's alert class exposes a few events for hooking into alert functionality.</p>
<table class="table table-bordered table-striped"> <table class="table table-bordered table-striped">
<thead> <thead>
<tr> <tr>
<th style="width: 150px;">Event</th> <th style="width: 150px;">Event</th>
<th>Description</th> <th>Description</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td>close</td> <td>close</td>
<td>This event fires immediately when the <code>close</code> instance method is called.</td> <td>This event fires immediately when the <code>close</code> instance method is called.</td>
</tr> </tr>
<tr> <tr>
<td>closed</td> <td>closed</td>
<td>This event is fired when the alert has been closed (will wait for css transitions to complete).</td> <td>This event is fired when the alert has been closed (will wait for css transitions to complete).</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
{% highlight js linenos %} {% highlight js linenos %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment