diff options
| author | Mark Otto <[email protected]> | 2012-01-30 08:15:28 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-30 08:15:28 -0800 |
| commit | 2d40b07afc62ce9d899a290ab33222fd18287190 (patch) | |
| tree | 350c8853d5ee38cd16c3b6de55f380e58a92e192 /docs/base-css.html | |
| parent | a29dee44aca68585b04ef5156dd4f0a50ae70db0 (diff) | |
| download | bootstrap-2d40b07afc62ce9d899a290ab33222fd18287190.tar.xz bootstrap-2d40b07afc62ce9d899a290ab33222fd18287190.zip | |
adding warning (orange) button, fix responsive navbar problem
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index b76ace1e2..5df63b917 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1230,6 +1230,11 @@ For example, <code>section</code> should be wrapped as inline. <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> <td>Indicates a dangerous or potentially negative action</td> |
