1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-04 01:01:56 +02:00

adding warning (orange) button, fix responsive navbar problem

This commit is contained in:
Mark Otto
2012-01-30 08:15:28 -08:00
parent a29dee44ac
commit 2d40b07afc
8 changed files with 54 additions and 8 deletions

View File

@@ -1229,6 +1229,11 @@ For example, <code>section</code> should be wrapped as inline.
<td><code>.success</code></td>
<td>Indicates a successful or positive action</td>
</tr>
<tr>
<td><a class="btn warning" href="#">Warning</a></td>
<td><code>.warning</code></td>
<td>Indicates caution should be taken with this action</td>
</tr>
<tr>
<td><a class="btn danger" href="#">Danger</a></td>
<td><code>.danger</code></td>