From: tobz Date: Wed, 15 Aug 2012 13:38:21 +0000 (-0300) Subject: Added default top margin of 1px for icons. X-Git-Tag: v2.1.0~2^2~34^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ddefdbf31f8fcf9088d1ca59346bc42118bd991e;p=thirdparty%2Fbootstrap.git Added default top margin of 1px for icons. --- diff --git a/less/sprites.less b/less/sprites.less index 6fd2d1da1c..9069bb42ad 100644 --- a/less/sprites.less +++ b/less/sprites.less @@ -25,6 +25,7 @@ background-image: url("@{iconSpritePath}"); background-position: 14px 14px; background-repeat: no-repeat; + margin-top: 1px; } /* White icons with optional class, or on hover/active states of certain elements */