sprite added for blog icon
authorIan Weller <ian@gaslightmedia.com>
Wed, 13 Jan 2016 22:01:50 +0000 (17:01 -0500)
committerIan Weller <ian@gaslightmedia.com>
Wed, 13 Jan 2016 22:01:50 +0000 (17:01 -0500)
assets/blog.png [deleted file]
assets/social-few-full-sprite.jpg [new file with mode: 0644]
styles.css

diff --git a/assets/blog.png b/assets/blog.png
deleted file mode 100644 (file)
index 059e9f0..0000000
Binary files a/assets/blog.png and /dev/null differ
diff --git a/assets/social-few-full-sprite.jpg b/assets/social-few-full-sprite.jpg
new file mode 100644 (file)
index 0000000..a06926f
Binary files /dev/null and b/assets/social-few-full-sprite.jpg differ
index e0a8e47..1c5f92e 100644 (file)
@@ -263,7 +263,8 @@ header .social li a.google {
     background: url(assets/google.jpg) no-repeat center center;
 }
 header .social li a.blog {
-    background: url(assets/blog.png) no-repeat center center;
+    background: url(assets/social-few-full-sprite.jpg) no-repeat;
+    background-position: -123px -45px;
 }
 @media only screen and (max-width: 40em) {
   header {