From c37876a8b7d65744db0f1b8b057a2e3a963c8120 Mon Sep 17 00:00:00 2001 From: yanas Date: Thu, 11 Aug 2016 10:14:06 -0500 Subject: [PATCH] Fix unsupported browser images Fixes the path of the unsupported browser images --- css/unsupported_browser.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/css/unsupported_browser.css b/css/unsupported_browser.css index e7df43229..16df46bbd 100644 --- a/css/unsupported_browser.css +++ b/css/unsupported_browser.css @@ -98,39 +98,39 @@ a { { width: 78px; height: 78px; - background-image: url('/images/chrome.png'); + background-image: url('../images/chrome.png'); } #chromium_logo { width: 77px; height: 78px; - background-image: url('/images/chromium.png'); + background-image: url('../images/chromium.png'); } #firefox_logo { width: 86px; height: 80px; - background-image: url('/images/firefox.png'); + background-image: url('../images/firefox.png'); } #opera_logo { width: 73px; height: 78px; - background-image: url('/images/opera.png'); + background-image: url('../images/opera.png'); } #safari_logo { width: 78px; height: 79px; - background-image: url('/images/safari.png'); + background-image: url('../images/safari.png'); } #ie_logo { width: 80px; height: 78px; - background-image: url('/images/ie.png'); + background-image: url('../images/ie.png'); }