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:
+5
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user