From 4e62f795946ffadc445e7803392c9bdb679677b1 Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 17 Aug 2017 17:31:18 +0200 Subject: [PATCH] stop referring to deleted file as background image --- www/file/file.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/file/file.less b/www/file/file.less index fa6485806..785c5e566 100644 --- a/www/file/file.less +++ b/www/file/file.less @@ -24,7 +24,7 @@ body { } #app.ready { - background: url('/customize/bg3.jpg') no-repeat center center; + //background: url('/customize/bg3.jpg') no-repeat center center; background-size: cover; background-position: center; }