mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-23 18:40:03 +00:00
Merge pull request #7537 from ntwb/patch-1
Fix docs.html Table Row Danger CSS Class
This commit is contained in:
commit
f05befff6d
@ -1190,7 +1190,7 @@ For example, <code><section></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><section></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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user