1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-08 06:36:33 +02:00

change classname from .btn-dark to .btn-inverse, change use text

This commit is contained in:
Mark Otto
2012-02-12 15:18:20 -08:00
parent b8493ed8b7
commit a57dbada0f
6 changed files with 45 additions and 12 deletions

View File

@@ -1285,6 +1285,11 @@ For example, <code>section</code> should be wrapped as inline.
<td><a class="btn btn-danger" href="#">Danger</a></td>
<td><code>.btn-danger</code></td>
<td>Indicates a dangerous or potentially negative action</td>
</tr>
<tr>
<td><a class="btn btn-inverse" href="#">Inverse</a></td>
<td><code>.btn-inverse</code></td>
<td>Alternate dark gray button, not tied to a semantic action or use</td>
</tr>
</tbody>
</table>