diff options
author | Tommy Chen <tommy351@gmail.com> | 2012-06-06 10:55:39 +0200 |
---|---|---|
committer | Tommy Chen <tommy351@gmail.com> | 2012-06-06 10:55:39 +0200 |
commit | f0970b95f09953b29703587b82a03b61c74b8d56 (patch) | |
tree | e9c4759eb1a563f9c81ff8b0bdd3bfbdcf634bb0 /sass | |
parent | 7cb82d68ebf6aaad388343fcf337a944c1e1ccfd (diff) | |
download | octopress-theme-jeyzu-f0970b95f09953b29703587b82a03b61c74b8d56.zip octopress-theme-jeyzu-f0970b95f09953b29703587b82a03b61c74b8d56.tar.gz |
moved linkedin.png
Diffstat (limited to 'sass')
-rw-r--r-- | sass/parts/_header.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/parts/_header.scss b/sass/parts/_header.scss index 49c06a4..42f46d3 100644 --- a/sass/parts/_header.scss +++ b/sass/parts/_header.scss @@ -349,7 +349,7 @@ $header-height: 30px; } } &.linkedin{ - background: image-url('linkedin.png') center no-repeat #005A87; + background: image-url('social/linkedin.png') center no-repeat #005A87; border: 1px solid #005A87; &:hover{ border: 1px solid darken(#005A87, 10%); |