diff options
| author | Stephen Edgar <[email protected]> | 2013-04-11 20:24:13 +1000 |
|---|---|---|
| committer | Stephen Edgar <[email protected]> | 2013-04-11 20:24:13 +1000 |
| commit | 3dc8be74fe574a4f300c3f0d28678038d071e796 (patch) | |
| tree | 0660e70fca2b52091f3d53818cbd93957dccd419 /docs/docs.html | |
| parent | a35b9b7d0cf3c046f2e8d72fe0de5efdf7918281 (diff) | |
| download | bootstrap-3dc8be74fe574a4f300c3f0d28678038d071e796.tar.xz bootstrap-3dc8be74fe574a4f300c3f0d28678038d071e796.zip | |
Fix docs.html Table Row Danger CSS Class
Diffstat (limited to 'docs/docs.html')
| -rw-r--r-- | docs/docs.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docs.html b/docs/docs.html index ba32b3295..11f0e7bc9 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -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> |
