background position of all graphics are now correct
authorIan Weller <ian@gaslightmedia.com>
Wed, 13 Apr 2016 13:52:15 +0000 (09:52 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 13 Apr 2016 13:52:15 +0000 (09:52 -0400)
css/app.css
scss/_main.scss
scss/_right-off-canvas.scss
scss/_sidebar.scss

index 8a315df..e7cbb98 100644 (file)
@@ -6628,7 +6628,7 @@ h2#block-title {
   margin: 47px 0 50px; }
   #portfolio_contact a#contact-button:hover {
     background: url(../assets/ready-to-get-started-3.png) no-repeat;
-    background-position: 0px -79px; }
+    background-position: 0px -78px; }
 
 #content-back {
   background: #f5822a;
@@ -7368,7 +7368,7 @@ input[type="submit"].blogbutton {
     background: url(../assets/ready-to-get-started-3.png);
     background-position: 0 0; }
     .sidebar a#ready:hover {
-      background-position: 0 69px; }
+      background-position: 0 70px; }
 
 #side-nav {
   padding-top: 10px;
@@ -7770,7 +7770,7 @@ aside.right-off-canvas-menu ul.open {
         display: block; }
         .right-off-canvas-menu ul#off-extras li a#ready-off:hover {
           background: url(../assets/ready-to-get-started-3.png) no-repeat;
-          background-position: 0px -77px; }
+          background-position: 0px -78px; }
       .right-off-canvas-menu ul#off-extras li a#right-social {
         position: absolute;
         right: 25px; }
index 1acd092..6a7ed96 100644 (file)
@@ -149,7 +149,7 @@ h2#block-title {
         margin: 47px 0 50px;
         &:hover {
             background: url(../assets/ready-to-get-started-3.png) no-repeat;
-            background-position: 0px -79px;
+            background-position: 0px -78px;
         }
     }
 }
index 236c0b5..1771154 100644 (file)
@@ -108,7 +108,7 @@ aside.right-off-canvas-menu ul.open {
                             display: block;
                             &:hover {
                                 background: url(../assets/ready-to-get-started-3.png) no-repeat;
-                                background-position: 0px -77px;
+                                background-position: 0px -78px;
                             }
                         }
                         &#right-social {
index 8f66778..b16ca26 100644 (file)
@@ -63,7 +63,7 @@
         background: url(../assets/ready-to-get-started-3.png);
         background-position: 0 0;
         &:hover {
-            background-position: 0 69px
+            background-position: 0 70px
         }
     }
 }