From: Ian Weller Date: Tue, 12 Apr 2016 20:00:58 +0000 (-0400) Subject: updated all images X-Git-Tag: v1.0.0^2~43 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=4a3b4726e0b54313c4487a7c998a69b69a2603de;p=WP-Themes%2Fgaslightmedia.git updated all images --- diff --git a/assets/ready-to-get-started.png b/assets/ready-to-get-started.png index 7d87806..3f9baf5 100644 Binary files a/assets/ready-to-get-started.png and b/assets/ready-to-get-started.png differ diff --git a/css/app.css b/css/app.css index 202f7ba..6c9e29b 100644 --- a/css/app.css +++ b/css/app.css @@ -7353,12 +7353,12 @@ input[type="submit"].blogbutton { .sidebar a#portfolio { height: 101px; width: 194px; - background: url(../assets/view-our-portfolio.png) no-repeat; + background: url(../assets/view-our-portfolio-2.png) no-repeat; background-position: 0 0; display: block; margin: 15px 0 0; } .sidebar a#portfolio:hover { - background: url(../assets/view-our-portfolio.png) no-repeat; + background: url(../assets/view-our-portfolio-2.png) no-repeat; background-position: 0px -121px; } .sidebar a#ready { display: block; @@ -7763,14 +7763,14 @@ aside.right-off-canvas-menu ul.open { .right-off-canvas-menu ul#off-extras li a#ready-off { float: none; margin: 0 auto; - height: 69px; + height: 71px; width: 219px; background: url(../assets/ready-to-get-started.png) no-repeat; background-position: 0 0; display: block; } .right-off-canvas-menu ul#off-extras li a#ready-off:hover { background: url(../assets/ready-to-get-started.png) no-repeat; - background-position: 0px -79px; } + background-position: 0px -77px; } .right-off-canvas-menu ul#off-extras li a#right-social { position: absolute; right: 25px; } diff --git a/scss/_right-off-canvas.scss b/scss/_right-off-canvas.scss index 5480493..7d3a050 100644 --- a/scss/_right-off-canvas.scss +++ b/scss/_right-off-canvas.scss @@ -101,14 +101,14 @@ aside.right-off-canvas-menu ul.open { &#ready-off { float: none; margin: 0 auto; - height: 69px; + height: 71px; width: 219px; background: url(../assets/ready-to-get-started.png) no-repeat; background-position: 0 0; display: block; &:hover { background: url(../assets/ready-to-get-started.png) no-repeat; - background-position: 0px -79px; + background-position: 0px -77px; } } &#right-social { diff --git a/scss/_sidebar.scss b/scss/_sidebar.scss index ba82a2f..f5c6bf4 100644 --- a/scss/_sidebar.scss +++ b/scss/_sidebar.scss @@ -46,12 +46,12 @@ a#portfolio { height: 101px; width: 194px; - background: url(../assets/view-our-portfolio.png) no-repeat; + background: url(../assets/view-our-portfolio-2.png) no-repeat; background-position: 0 0; display: block; margin: 15px 0 0; &:hover { - background: url(../assets/view-our-portfolio.png) no-repeat; + background: url(../assets/view-our-portfolio-2.png) no-repeat; background-position: 0px -121px; } }