From 1ef6aadb67c11b06989f3621474c7297125a8bab Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 11 Dec 2018 09:09:50 -0500 Subject: [PATCH] Minor fix; city weather style reference to a bg image --- css/front.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/front.css b/css/front.css index b8b7d098..7e2f36a8 100644 --- a/css/front.css +++ b/css/front.css @@ -1283,6 +1283,6 @@ glm-member-detail-content-toggle { } .weatherIn { overflow: hidden; - background: url(assets/bg-form.jpg); + background: url("../assets/bg-form.jpg"); } /* City Weather End */ -- 2.17.1