diff options
| author | Jacob Thornton <[email protected]> | 2012-04-24 02:02:28 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-04-24 02:02:28 -0700 |
| commit | fc871a482142aa271bb8aeda85198f9fb93d73d1 (patch) | |
| tree | 05e86c1fa0b5f5c5f53e815fabef5d563b5b7875 /less/button-groups.less | |
| parent | 73453c7f79e6bf6be13917f854ed172e214eada2 (diff) | |
| parent | 1c2db11d58cfb35ab513d104eb845b4dce34f750 (diff) | |
| download | bootstrap-fc871a482142aa271bb8aeda85198f9fb93d73d1.tar.xz bootstrap-fc871a482142aa271bb8aeda85198f9fb93d73d1.zip | |
Merge branch '2.0.3-wip' of github.com:twitter/bootstrap into 2.0.3-wip
Diffstat (limited to 'less/button-groups.less')
| -rw-r--r-- | less/button-groups.less | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/less/button-groups.less b/less/button-groups.less index 7c6a02a67..5338c5a45 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -41,6 +41,7 @@ -moz-border-radius-bottomleft: 4px; border-bottom-left-radius: 4px; } +// Need .dropdown-toggle since :last-child doesn't apply given a .dropdown-menu immediately after it .btn-group > .btn:last-child, .btn-group > .dropdown-toggle { -webkit-border-top-right-radius: 4px; @@ -94,14 +95,12 @@ padding-left: 8px; padding-right: 8px; .box-shadow(~"inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05)"); - *padding-top: 3px; - *padding-bottom: 3px; + *padding-top: 4px; + *padding-bottom: 4px; } .btn-group > .btn-mini.dropdown-toggle { padding-left: 5px; padding-right: 5px; - *padding-top: 1px; - *padding-bottom: 1px; } .btn-group > .btn-small.dropdown-toggle { *padding-top: 4px; |
