diff options
| author | Mark Otto <[email protected]> | 2012-01-26 13:51:12 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-26 13:51:12 -0800 |
| commit | 78652a707f8ae2d98b1cd434b4bca546d2948236 (patch) | |
| tree | b8a66895ad99b003b421a1b9af44f41b3725aa07 /lib/button-groups.less | |
| parent | b7f22e27ec89049f4347ae5249e97c08eb8d6a2f (diff) | |
| download | bootstrap-78652a707f8ae2d98b1cd434b4bca546d2948236.tar.xz bootstrap-78652a707f8ae2d98b1cd434b4bca546d2948236.zip | |
allow icons in small buttons
Diffstat (limited to 'lib/button-groups.less')
| -rw-r--r-- | lib/button-groups.less | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/button-groups.less b/lib/button-groups.less index 17957f1d6..5fb0a8e97 100644 --- a/lib/button-groups.less +++ b/lib/button-groups.less @@ -114,3 +114,8 @@ } } +// Small button dropdowns +.btn.small .caret { + margin-top: 4px; +} + |
