diff options
-rw-r--r-- | sass/parts/_header.scss | 14 | ||||
-rw-r--r-- | source/images/pintrest.png | bin | 1128 -> 0 bytes | |||
-rw-r--r-- | source/images/social/delicious.png (renamed from source/images/delicious.png) | bin | 1064 -> 1064 bytes | |||
-rw-r--r-- | source/images/social/facebook.png (renamed from source/images/facebook.png) | bin | 1107 -> 1107 bytes | |||
-rw-r--r-- | source/images/social/github.png (renamed from source/images/github.png) | bin | 1205 -> 1205 bytes | |||
-rw-r--r-- | source/images/social/google.png (renamed from source/images/google.png) | bin | 1223 -> 1223 bytes | |||
-rw-r--r-- | source/images/social/pinterest.png (renamed from source/images/pinterest.png) | bin | 1128 -> 1128 bytes | |||
-rw-r--r-- | source/images/social/rss.png (renamed from source/images/rss.png) | bin | 1250 -> 1250 bytes | |||
-rw-r--r-- | source/images/social/twitter.png (renamed from source/images/twitter.png) | bin | 1073 -> 1073 bytes |
9 files changed, 7 insertions, 7 deletions
diff --git a/sass/parts/_header.scss b/sass/parts/_header.scss index ee36e61..8949888 100644 --- a/sass/parts/_header.scss +++ b/sass/parts/_header.scss @@ -179,49 +179,49 @@ header{ opacity: 1; } &.facebook{ - background: image-url('facebook.png') center no-repeat #3B5998; + background: image-url('social/facebook.png') center no-repeat #3B5998; border: 1px solid #3B5998; &:hover{ border: 1px solid darken(#3B5998, 10%); } } &.google{ - background: image-url('google.png') center no-repeat #C83D20; + background: image-url('social/google.png') center no-repeat #C83D20; border: 1px solid #C83D20; &:hover{ border: 1px solid darken(#C83D20, 10%); } } &.twitter{ - background: image-url('twitter.png') center no-repeat #55CFF8; + background: image-url('social/twitter.png') center no-repeat #55CFF8; border: 1px solid #55CFF8; &:hover{ border: 1px solid darken(#55CFF8, 10%); } } &.github{ - background: image-url('github.png') center no-repeat rgb(175,182,202); + background: image-url('social/github.png') center no-repeat rgb(175,182,202); border: 1px solid rgb(175,182,202); &:hover{ border: 1px solid darken(rgb(175,182,202), 10%); } } &.pinterest{ - background: image-url('pinterest.png') center no-repeat rgb(190,64,55); + background: image-url('social/pinterest.png') center no-repeat rgb(190,64,55); border: 1px solid rgb(190,64,55); &:hover{ border: 1px solid darken(rgb(190,64,55), 10%); } } &.delicious{ - background: image-url('delicious.png') center no-repeat rgb(50,113,203); + background: image-url('social/delicious.png') center no-repeat rgb(50,113,203); border: 1px solid rgb(50,113,203); &:hover{ border: 1px solid darken(rgb(50,113,203), 10%); } } &.rss{ - background: image-url('rss.png') center no-repeat #EF7522; + background: image-url('social/rss.png') center no-repeat #EF7522; border: 1px solid #EF7522; &:hover{ border: 1px solid darken(#EF7522, 10%); diff --git a/source/images/pintrest.png b/source/images/pintrest.png Binary files differdeleted file mode 100644 index 34a64d6..0000000 --- a/source/images/pintrest.png +++ /dev/null diff --git a/source/images/delicious.png b/source/images/social/delicious.png Binary files differindex a936776..a936776 100644 --- a/source/images/delicious.png +++ b/source/images/social/delicious.png diff --git a/source/images/facebook.png b/source/images/social/facebook.png Binary files differindex 2e43bd8..2e43bd8 100644 --- a/source/images/facebook.png +++ b/source/images/social/facebook.png diff --git a/source/images/github.png b/source/images/social/github.png Binary files differindex 6962c9d..6962c9d 100644 --- a/source/images/github.png +++ b/source/images/social/github.png diff --git a/source/images/google.png b/source/images/social/google.png Binary files differindex 68f6978..68f6978 100644 --- a/source/images/google.png +++ b/source/images/social/google.png diff --git a/source/images/pinterest.png b/source/images/social/pinterest.png Binary files differindex 34a64d6..34a64d6 100644 --- a/source/images/pinterest.png +++ b/source/images/social/pinterest.png diff --git a/source/images/rss.png b/source/images/social/rss.png Binary files differindex 8492267..8492267 100644 --- a/source/images/rss.png +++ b/source/images/social/rss.png diff --git a/source/images/twitter.png b/source/images/social/twitter.png Binary files differindex 1d63f2d..1d63f2d 100644 --- a/source/images/twitter.png +++ b/source/images/social/twitter.png |