From 861e3230f0154e6a5942698adedf18d5eb0e0b8a Mon Sep 17 00:00:00 2001 From: Matthijs Kuiper Date: Wed, 10 Jan 2018 20:08:33 +0100 Subject: Move imaegs to assets folder --- html/assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/assets/style.css') diff --git a/html/assets/style.css b/html/assets/style.css index 837ea0c..2bca6f0 100755 --- a/html/assets/style.css +++ b/html/assets/style.css @@ -172,7 +172,7 @@ input[type="submit"]:hover { .search { padding: 6px 15px 6px 30px; margin: 3px; - background: url("../images/search.png") no-repeat 8px 6px; + background: url("images/search.png") no-repeat 8px 6px; height: 28px; } .searchform { -- cgit