updated all images
authorIan Weller <ian@gaslightmedia.com>
Tue, 12 Apr 2016 20:00:58 +0000 (16:00 -0400)
committerIan Weller <ian@gaslightmedia.com>
Tue, 12 Apr 2016 20:00:58 +0000 (16:00 -0400)
assets/ready-to-get-started.png
css/app.css
scss/_right-off-canvas.scss
scss/_sidebar.scss

index 7d87806..3f9baf5 100644 (file)
Binary files a/assets/ready-to-get-started.png and b/assets/ready-to-get-started.png differ
index 202f7ba..6c9e29b 100644 (file)
@@ -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; }
index 5480493..7d3a050 100644 (file)
@@ -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 {
index ba82a2f..f5c6bf4 100644 (file)
     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;
         }
     }