fix url for social.png
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 6 Jul 2016 13:06:54 +0000 (09:06 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 6 Jul 2016 13:06:54 +0000 (09:06 -0400)
for the blog social icons

scss/_structure.scss
style.css

index 398993d..41a4c07 100644 (file)
@@ -5,7 +5,7 @@
 //5. Off-Canvas
 //6. Main
 //7. Slideshow
-//8. Blog 
+//8. Blog
 //9. Sidebar
 //10. Links
 //11. Footer
@@ -75,7 +75,7 @@ a#big-lens h1 {
         font-size: rem-calc(40);
         margin-bottom: -5px;
     }
-   
+
 }
 #social2 {
        display: block;
@@ -121,29 +121,29 @@ a#big-lens h1 {
        opacity: 1;
 }
 #social2 #tw2 a {
-       background: url(http://www.discoverkalamazoo.com/assets/social.png) 0 0 no-repeat;
+       background: url(../assets/social.png) 0 0 no-repeat;
 }
 #social2 #fb2 a {
-       background: url(http://www.discoverkalamazoo.com/assets/social.png) -25px 0 no-repeat;
+       background: url(../assets/social.png) -25px 0 no-repeat;
 }
 #social2 #pt2 a {
-       background: url(http://www.discoverkalamazoo.com/assets/social.png) -50px 0 no-repeat;
+       background: url(../assets/social.png) -50px 0 no-repeat;
 }
 #social2 #bl2 a {
-       background: url(http://www.discoverkalamazoo.com/assets/social.png) -75px 0 no-repeat;
+       background: url(../assets/social.png) -75px 0 no-repeat;
 }
 #social2 #yt2 a {
-       background: url(http://www.discoverkalamazoo.com/assets/social.png) -100px 0 no-repeat;
+       background: url(../assets/social.png) -100px 0 no-repeat;
 }
 #social2 #gp2 a {
-       background: url(http://www.discoverkalamazoo.com/assets/social.png) -125px 0 no-repeat;
+       background: url(../assets/social.png) -125px 0 no-repeat;
 }
 #social2 #fl2 a {
-       background: url(http://www.discoverkalamazoo.com/assets/social.png) -150px 0 no-repeat;
+       background: url(../assets/social.png) -150px 0 no-repeat;
 }
 #social2 #in2 a {
-       background: url(http://www.discoverkalamazoo.com/assets/social.png) -175px 0 no-repeat;
+       background: url(../assets/social.png) -175px 0 no-repeat;
 }
 .ssba.ssba-wrap > div{
    text-align: right !important;
-}
\ No newline at end of file
+}
index 39a308c..9abb8d0 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: DiscoverKalamazoo
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for DiscoverKalamazoo
-Version: 1.0.1
+Version: 1.0.2
 */