Commit f05befff authored by Mark Otto's avatar Mark Otto

Merge pull request #7537 from ntwb/patch-1

Fix docs.html Table Row Danger CSS Class
parents a35b9b7d 3dc8be74
......@@ -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>
......
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