aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobz <[email protected]>2012-08-15 10:38:21 -0300
committertobz <[email protected]>2012-08-15 10:38:21 -0300
commitddefdbf31f8fcf9088d1ca59346bc42118bd991e (patch)
tree94c8e7526431e0532fb5bf724cac5f166bcea776
parent6bfa58ea4d1eec673a4f99f3668ea558bef2feb9 (diff)
downloadbootstrap-ddefdbf31f8fcf9088d1ca59346bc42118bd991e.tar.xz
bootstrap-ddefdbf31f8fcf9088d1ca59346bc42118bd991e.zip
Added default top margin of 1px for icons.
-rw-r--r--less/sprites.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/sprites.less b/less/sprites.less
index 6fd2d1da1..9069bb42a 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 */