diff options
| author | Mark Otto <[email protected]> | 2013-07-29 17:08:04 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-29 17:08:04 -0700 |
| commit | 5716355cda6ad163342daf2fa021045d8afe9c36 (patch) | |
| tree | 31e6b41d08a303dab0789bd8de530d542b571e5a /less | |
| parent | 2dcfa00e563d4a7649098d4bb41271791cb90074 (diff) | |
| download | bootstrap-5716355cda6ad163342daf2fa021045d8afe9c36.tar.xz bootstrap-5716355cda6ad163342daf2fa021045d8afe9c36.zip | |
Restore mini button (fixes #8644)
Diffstat (limited to 'less')
| -rw-r--r-- | less/buttons.less | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/less/buttons.less b/less/buttons.less index 48ba6689d..24ff6549e 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -125,12 +125,16 @@ font-size: @font-size-large; border-radius: @border-radius-large; } -.btn-small { +.btn-small, +.btn-mini { padding: @padding-small-vertical @padding-small-horizontal; font-size: @font-size-small; line-height: 1.5; // ensure proper height of button next to small input border-radius: @border-radius-small; } +.btn-mini { + padding: 3px 5px; +} // Block button |
