1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-02 18:02:37 +02:00

Added a black/dark button

This commit is contained in:
Simon
2012-02-09 23:08:14 +01:00
parent b36a744fa7
commit 451a642ae8
2 changed files with 14 additions and 2 deletions

View File

@@ -1205,6 +1205,11 @@
<td><a class="btn btn-danger" href="#">{{_i}}Danger{{/i}}</a></td>
<td><code>.btn-danger</code></td>
<td>{{_i}}Indicates a dangerous or potentially negative action{{/i}}</td>
</tr>
<tr>
<td><a class="btn btn-dark" href="#">{{_i}}Dark{{/i}}</a></td>
<td><code>.btn-dark</code></td>
<td>{{_i}}Indicates a potential abort or black magic{{/i}}</td>
</tr>
</tbody>
</table>