diff options
| author | Mark Otto <[email protected]> | 2012-09-30 23:20:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-30 23:20:43 -0700 |
| commit | 3f2938948da34744cd297c5ea61cf8a334c74951 (patch) | |
| tree | c22dd89c92e5c39cea6757618cdf2ba1bff4ef75 /less/button-groups.less | |
| parent | 08446563b92c64c3ac3b83d922797c94f5bc11a9 (diff) | |
| download | bootstrap-3f2938948da34744cd297c5ea61cf8a334c74951.tar.xz bootstrap-3f2938948da34744cd297c5ea61cf8a334c74951.zip | |
remove more ie7 css hacks
Diffstat (limited to 'less/button-groups.less')
| -rw-r--r-- | less/button-groups.less | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/less/button-groups.less b/less/button-groups.less index f093c116f..cbf9ac10c 100644 --- a/less/button-groups.less +++ b/less/button-groups.less @@ -117,24 +117,14 @@ 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: 5px; - *padding-bottom: 5px; } .btn-group > .btn-mini + .dropdown-toggle { padding-left: 5px; padding-right: 5px; - *padding-top: 2px; - *padding-bottom: 2px; -} -.btn-group > .btn-small + .dropdown-toggle { - *padding-top: 5px; - *padding-bottom: 4px; } .btn-group > .btn-large + .dropdown-toggle { padding-left: 12px; padding-right: 12px; - *padding-top: 7px; - *padding-bottom: 7px; } .btn-group.open { |
