From e98c4bb158c0895c2b2076a729d48f246b83cc41 Mon Sep 17 00:00:00 2001 From: sD Date: Wed, 12 Feb 2020 16:05:46 +0100 Subject: use absolute path --- webAO/styles/master.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webAO/styles/master.css') diff --git a/webAO/styles/master.css b/webAO/styles/master.css index 9aa459f..67cf0b4 100644 --- a/webAO/styles/master.css +++ b/webAO/styles/master.css @@ -55,7 +55,7 @@ top: 35%; right: 0px; padding: 0px; - background: url("./images/desc.png") no-repeat; + background: url("/images/desc.png") no-repeat; border: 2px solid #888; border-radius: 5px; } -- cgit