From 1e00ecf8a07a1ac4a6bc3cbb34701e2338fb21af Mon Sep 17 00:00:00 2001 From: Pascal Christoph Date: Mon, 8 Jul 2019 16:03:15 +0200 Subject: [PATCH] Load png over https instead of http. See https://github.com/hbz/lobid/issues/352. --- web/public/stylesheets/resources.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/public/stylesheets/resources.css b/web/public/stylesheets/resources.css index 61dc90348c..57705cde45 100644 --- a/web/public/stylesheets/resources.css +++ b/web/public/stylesheets/resources.css @@ -4,7 +4,7 @@ dd { #header { width: 100%; - background-image: url('http://lobid.org/images/clouds.jpg'); + background-image: url('https://lobid.org/images/clouds.jpg'); background-repeat: repeat-x; }