diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 71552e7f80..5d59b6d7f6 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index e16383b1cc..d6441d1335 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1791,6 +1791,11 @@ table .span12 { .btn-small [class^="icon-"] { margin-top: -1px; } +.btn-mini { + padding: 2px 6px; + font-size: 11px; + line-height: 14px; +} .btn-primary, .btn-primary:hover, .btn-warning, diff --git a/docs/base-css.html b/docs/base-css.html index 7ab18108c1..c04dc7daa9 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1313,7 +1313,7 @@ For example, <code>section</code> should be wrapped as inline.
Fancy larger or smaller buttons? Add .btn-large
or .btn-small
for two additional sizes.
Fancy larger or smaller buttons? Add .btn-large
, .btn-small
, or .btn-mini
for two additional sizes.
@@ -1322,6 +1322,10 @@ For example, <code>section</code> should be wrapped as inline.
++ + +
For disabled buttons, add the .disabled
class to links and the disabled
attribute for <button>
elements.
{{_i}}Fancy larger or smaller buttons? Add .btn-large
or .btn-small
for two additional sizes.{{/i}}
{{_i}}Fancy larger or smaller buttons? Add .btn-large
, .btn-small
, or .btn-mini
for two additional sizes.{{/i}}
@@ -1246,6 +1246,10 @@
++ + +
{{_i}}For disabled buttons, add the .disabled
class to links and the disabled
attribute for <button>
elements.{{/i}}