diff options
| author | tobz <[email protected]> | 2012-08-15 10:37:49 -0300 |
|---|---|---|
| committer | tobz <[email protected]> | 2012-08-15 10:37:49 -0300 |
| commit | 6bfa58ea4d1eec673a4f99f3668ea558bef2feb9 (patch) | |
| tree | 819ba35c470398ba637fb474f2066a78d7597ba2 /less | |
| parent | b0437bef7659c758398abd548fdee68e042cb336 (diff) | |
| download | bootstrap-6bfa58ea4d1eec673a4f99f3668ea558bef2feb9.tar.xz bootstrap-6bfa58ea4d1eec673a4f99f3668ea558bef2feb9.zip | |
Updated margin adjustments of button-based icon overrides.
Diffstat (limited to 'less')
| -rw-r--r-- | less/buttons.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/buttons.less b/less/buttons.less index a1d8989b6..d78065294 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -79,7 +79,7 @@ .border-radius(5px); } .btn-large [class^="icon-"] { - margin-top: 1px; + margin-top: 2px; } // Small @@ -89,7 +89,7 @@ line-height: @baseLineHeight - 2px; } .btn-small [class^="icon-"] { - margin-top: -1px; + margin-top: 0px; } // Mini |
