mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-13 17:14:04 +02:00
Merge pull request #7537 from ntwb/patch-1
Fix docs.html Table Row Danger CSS Class
This commit is contained in:
@@ -1190,7 +1190,7 @@ For example, <code><section></code> should be wrapped as inline.
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<code>.error</code>
|
<code>.danger</code>
|
||||||
</td>
|
</td>
|
||||||
<td>Indicates a dangerous or potentially negative action.</td>
|
<td>Indicates a dangerous or potentially negative action.</td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -1225,7 +1225,7 @@ For example, <code><section></code> should be wrapped as inline.
|
|||||||
<td>01/04/2012</td>
|
<td>01/04/2012</td>
|
||||||
<td>Approved</td>
|
<td>Approved</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="error">
|
<tr class="danger">
|
||||||
<td>2</td>
|
<td>2</td>
|
||||||
<td>TB - Monthly</td>
|
<td>TB - Monthly</td>
|
||||||
<td>02/04/2012</td>
|
<td>02/04/2012</td>
|
||||||
|
Reference in New Issue
Block a user