aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-29 17:08:04 -0700
committerMark Otto <[email protected]>2013-07-29 17:08:04 -0700
commit5716355cda6ad163342daf2fa021045d8afe9c36 (patch)
tree31e6b41d08a303dab0789bd8de530d542b571e5a /css.html
parent2dcfa00e563d4a7649098d4bb41271791cb90074 (diff)
downloadbootstrap-5716355cda6ad163342daf2fa021045d8afe9c36.tar.xz
bootstrap-5716355cda6ad163342daf2fa021045d8afe9c36.zip
Restore mini button (fixes #8644)
Diffstat (limited to 'css.html')
-rw-r--r--css.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/css.html b/css.html
index dddfa8053..58bdb2b55 100644
--- a/css.html
+++ b/css.html
@@ -1694,6 +1694,10 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<button type="button" class="btn btn-primary btn-small">Small button</button>
<button type="button" class="btn btn-default btn-small">Small button</button>
</p>
+ <p>
+ <button type="button" class="btn btn-primary btn-mini">Mini button</button>
+ <button type="button" class="btn btn-default btn-mini">Mini button</button>
+ </p>
</div>
{% highlight html %}
<p>
@@ -1708,6 +1712,10 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<button type="button" class="btn btn-primary btn-small">Small button</button>
<button type="button" class="btn btn-default btn-small">Small button</button>
</p>
+<p>
+ <button type="button" class="btn btn-primary btn-mini">Mini button</button>
+ <button type="button" class="btn btn-default btn-mini">Mini button</button>
+</p>
{% endhighlight %}
<p>Create block level buttons&mdash;those that span the full width of a parent&mdash; by adding <code>.btn-block</code>.</p>