From: tobz Date: Wed, 15 Aug 2012 13:37:49 +0000 (-0300) Subject: Updated margin adjustments of button-based icon overrides. X-Git-Tag: v2.1.0~2^2~34^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6bfa58ea4d1eec673a4f99f3668ea558bef2feb9;p=thirdparty%2Fbootstrap.git Updated margin adjustments of button-based icon overrides. --- diff --git a/less/buttons.less b/less/buttons.less index a1d8989b64..d780652949 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