aboutsummaryrefslogtreecommitdiff
path: root/docs/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-17 19:51:22 -0800
committerMark Otto <[email protected]>2013-01-17 19:51:22 -0800
commit5663833bfc3ea815ee9fa82a53e1bd3e3f14f585 (patch)
tree1de308b29eaf2d1bf06d121a72e7ee4030d6a4ba /docs/css.html
parentb30b8c2c1234686b330e86fe24d11894b5d08539 (diff)
downloadbootstrap-5663833bfc3ea815ee9fa82a53e1bd3e3f14f585.tar.xz
bootstrap-5663833bfc3ea815ee9fa82a53e1bd3e3f14f585.zip
Restore .btn-info
Diffstat (limited to 'docs/css.html')
-rw-r--r--docs/css.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/css.html b/docs/css.html
index 84e85c371..427048aa0 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -1738,6 +1738,11 @@ For example, &lt;code&gt;&amp;lt;section&amp;gt;&lt;/code&gt; should be wrapped
<td>Indicates a successful or positive action</td>
</tr>
<tr>
+ <td><button type="button" class="btn btn-info">Info</button></td>
+ <td><code>btn btn-info</code></td>
+ <td>Contextual button for informational alert messages</td>
+ </tr>
+ <tr>
<td><button type="button" class="btn btn-warning">Warning</button></td>
<td><code>btn btn-warning</code></td>
<td>Indicates caution should be taken with this action</td>