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