diff options
| author | Mark Otto <[email protected]> | 2012-04-24 01:46:20 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-04-24 01:46:20 -0700 |
| commit | 1c2db11d58cfb35ab513d104eb845b4dce34f750 (patch) | |
| tree | dc04b6154498f6fa3700965651aba815047f6f23 /less/button-groups.less | |
| parent | 805ca03457661d6e354c308bb98e7e985f8ca79f (diff) | |
| download | bootstrap-1c2db11d58cfb35ab513d104eb845b4dce34f750.tar.xz bootstrap-1c2db11d58cfb35ab513d104eb845b4dce34f750.zip | |
fix ie7 button group toggles and button borders
Diffstat (limited to 'less/button-groups.less')
| -rw-r--r-- | less/button-groups.less | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/less/button-groups.less b/less/button-groups.less index 023adcb5e..5338c5a45 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -95,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; |
