From 1793948084a1e1263dde1932d13fcea9785d1c6d Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Wed, 13 Apr 2016 09:52:15 -0400 Subject: [PATCH] background position of all graphics are now correct --- css/app.css | 6 +++--- scss/_main.scss | 2 +- scss/_right-off-canvas.scss | 2 +- scss/_sidebar.scss | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/css/app.css b/css/app.css index 8a315df..e7cbb98 100644 --- a/css/app.css +++ b/css/app.css @@ -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; } diff --git a/scss/_main.scss b/scss/_main.scss index 1acd092..6a7ed96 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -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; } } } diff --git a/scss/_right-off-canvas.scss b/scss/_right-off-canvas.scss index 236c0b5..1771154 100644 --- a/scss/_right-off-canvas.scss +++ b/scss/_right-off-canvas.scss @@ -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 { diff --git a/scss/_sidebar.scss b/scss/_sidebar.scss index 8f66778..b16ca26 100644 --- a/scss/_sidebar.scss +++ b/scss/_sidebar.scss @@ -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 } } } -- 2.17.1