]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Updated margin adjustments of button-based icon overrides.
authortobz <tobias.lawrence@gmail.com>
Wed, 15 Aug 2012 13:37:49 +0000 (10:37 -0300)
committertobz <tobias.lawrence@gmail.com>
Wed, 15 Aug 2012 13:37:49 +0000 (10:37 -0300)
less/buttons.less

index a1d8989b64305521d133165d156dd12c6416f6df..d780652949ddbf81ed12d72778df7a0a7c328687 100644 (file)
@@ -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