From 6bfa58ea4d1eec673a4f99f3668ea558bef2feb9 Mon Sep 17 00:00:00 2001
From: tobz <tobias.lawrence@gmail.com>
Date: Wed, 15 Aug 2012 10:37:49 -0300
Subject: [PATCH] Updated margin adjustments of button-based icon overrides.

---
 less/buttons.less | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
-- 
GitLab