From f79d8268e9dc93d6aa461ab323caa462050f59b8 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 6 Jul 2016 09:06:54 -0400 Subject: [PATCH] fix url for social.png for the blog social icons --- scss/_structure.scss | 22 +++++++++++----------- style.css | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/scss/_structure.scss b/scss/_structure.scss index 398993d..41a4c07 100644 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -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 +} diff --git a/style.css b/style.css index 39a308c..9abb8d0 100644 --- 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 */ -- 2.17.1