diff options
| author | tobz <[email protected]> | 2012-08-15 10:38:21 -0300 |
|---|---|---|
| committer | tobz <[email protected]> | 2012-08-15 10:38:21 -0300 |
| commit | ddefdbf31f8fcf9088d1ca59346bc42118bd991e (patch) | |
| tree | 94c8e7526431e0532fb5bf724cac5f166bcea776 /less | |
| parent | 6bfa58ea4d1eec673a4f99f3668ea558bef2feb9 (diff) | |
| download | bootstrap-ddefdbf31f8fcf9088d1ca59346bc42118bd991e.tar.xz bootstrap-ddefdbf31f8fcf9088d1ca59346bc42118bd991e.zip | |
Added default top margin of 1px for icons.
Diffstat (limited to 'less')
| -rw-r--r-- | less/sprites.less | 1 |
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 */ |
