Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobz <tobias.lawrence@gmail.com>2012-08-15 17:38:21 +0400
committertobz <tobias.lawrence@gmail.com>2012-08-15 17:38:21 +0400
commitddefdbf31f8fcf9088d1ca59346bc42118bd991e (patch)
tree94c8e7526431e0532fb5bf724cac5f166bcea776 /less/sprites.less
parent6bfa58ea4d1eec673a4f99f3668ea558bef2feb9 (diff)
Added default top margin of 1px for icons.
Diffstat (limited to 'less/sprites.less')
-rw-r--r--less/sprites.less1
1 files changed, 1 insertions, 0 deletions
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 */