From d7522d203c3cf6b8987a3fe04adf99b91c222387 Mon Sep 17 00:00:00 2001 From: progressbarsk Date: Wed, 13 Feb 2013 07:26:03 +0100 Subject: [PATCH] fix displacement new map --- app/assets/stylesheets/custom.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/custom.css b/app/assets/stylesheets/custom.css index 7103506..e576f40 100644 --- a/app/assets/stylesheets/custom.css +++ b/app/assets/stylesheets/custom.css @@ -101,15 +101,15 @@ } #promo-why { - background-position: -960px 0px; + background-position: -932px 0px; } #promo-where { - background-position: -1920px 0px; + background-position: -1892px 0px; } #promo-more { - background-position: -2880px 0px; + background-position: -2852px 0px; } #promo-action .button { @@ -260,7 +260,7 @@ } #header-features { - padding: 10px 0px; + padding: 10px 0px; float: right; width: 300px; }