summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTommy Chen <tommy351@gmail.com>2012-06-02 11:52:28 +0200
committerTommy Chen <tommy351@gmail.com>2012-06-02 11:52:28 +0200
commit5cda6371fc650315939a14720c713722666200b0 (patch)
tree9892c1078530825adbe2dddc8d1006ddc5369c85
parent61714a6e52fccbe4757ce3a76aa70e3c95f74533 (diff)
downloadoctopress-theme-jeyzu-5cda6371fc650315939a14720c713722666200b0.zip
octopress-theme-jeyzu-5cda6371fc650315939a14720c713722666200b0.tar.gz
move social icons
-rw-r--r--sass/parts/_header.scss14
-rw-r--r--source/images/pintrest.pngbin1128 -> 0 bytes
-rw-r--r--source/images/social/delicious.png (renamed from source/images/delicious.png)bin1064 -> 1064 bytes
-rw-r--r--source/images/social/facebook.png (renamed from source/images/facebook.png)bin1107 -> 1107 bytes
-rw-r--r--source/images/social/github.png (renamed from source/images/github.png)bin1205 -> 1205 bytes
-rw-r--r--source/images/social/google.png (renamed from source/images/google.png)bin1223 -> 1223 bytes
-rw-r--r--source/images/social/pinterest.png (renamed from source/images/pinterest.png)bin1128 -> 1128 bytes
-rw-r--r--source/images/social/rss.png (renamed from source/images/rss.png)bin1250 -> 1250 bytes
-rw-r--r--source/images/social/twitter.png (renamed from source/images/twitter.png)bin1073 -> 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
deleted file mode 100644
index 34a64d6..0000000
--- a/source/images/pintrest.png
+++ /dev/null
Binary files differ
diff --git a/source/images/delicious.png b/source/images/social/delicious.png
index a936776..a936776 100644
--- a/source/images/delicious.png
+++ b/source/images/social/delicious.png
Binary files differ
diff --git a/source/images/facebook.png b/source/images/social/facebook.png
index 2e43bd8..2e43bd8 100644
--- a/source/images/facebook.png
+++ b/source/images/social/facebook.png
Binary files differ
diff --git a/source/images/github.png b/source/images/social/github.png
index 6962c9d..6962c9d 100644
--- a/source/images/github.png
+++ b/source/images/social/github.png
Binary files differ
diff --git a/source/images/google.png b/source/images/social/google.png
index 68f6978..68f6978 100644
--- a/source/images/google.png
+++ b/source/images/social/google.png
Binary files differ
diff --git a/source/images/pinterest.png b/source/images/social/pinterest.png
index 34a64d6..34a64d6 100644
--- a/source/images/pinterest.png
+++ b/source/images/social/pinterest.png
Binary files differ
diff --git a/source/images/rss.png b/source/images/social/rss.png
index 8492267..8492267 100644
--- a/source/images/rss.png
+++ b/source/images/social/rss.png
Binary files differ
diff --git a/source/images/twitter.png b/source/images/social/twitter.png
index 1d63f2d..1d63f2d 100644
--- a/source/images/twitter.png
+++ b/source/images/social/twitter.png
Binary files differ