2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03: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
+5
View File
@@ -1153,6 +1153,11 @@
<td><code>.success</code></td>
<td>{{_i}}Indicates a successful or positive action{{/i}}</td>
</tr>
<tr>
<td><a class="btn warning" href="#">{{_i}}Warning{{/i}}</a></td>
<td><code>.warning</code></td>
<td>{{_i}}Indicates caution should be taken with this action{{/i}}</td>
</tr>
<tr>
<td><a class="btn danger" href="#">{{_i}}Danger{{/i}}</a></td>
<td><code>.danger</code></td>