From: Laury GvR Date: Mon, 28 Aug 2017 13:24:27 +0000 (-0400) Subject: Fix footer image reference in HLP X-Git-Tag: v1.0.21^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=47f730ab8ce319f73f3b670227699ea9b94a4c86;p=WP-Themes%2Fmackinacbridge.git Fix footer image reference in HLP --- diff --git a/HLP.html b/HLP.html index 911f482..ebec07c 100644 --- a/HLP.html +++ b/HLP.html @@ -48,7 +48,7 @@ width: 1000px; } .page-front { - background: url(../assets/footer-image-fpo.jpg) no-repeat bottom center; + background: url(assets/footer-image-fpo.jpg) no-repeat bottom center; background-size: 100% auto; padding-bottom: 50px; }