1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-10 15:44:51 +02:00

Merge pull request #7537 from ntwb/patch-1

Fix docs.html Table Row Danger CSS Class
This commit is contained in:
Mark Otto
2013-04-11 19:45:46 -07:00

View File

@@ -1190,7 +1190,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
</tr>
<tr>
<td>
<code>.error</code>
<code>.danger</code>
</td>
<td>Indicates a dangerous or potentially negative action.</td>
</tr>
@@ -1225,7 +1225,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<td>01/04/2012</td>
<td>Approved</td>
</tr>
<tr class="error">
<tr class="danger">
<td>2</td>
<td>TB - Monthly</td>
<td>02/04/2012</td>