From 8f9345a870d0b9b709039c5225fcde811bacf864 Mon Sep 17 00:00:00 2001 From: William Daniau Date: Tue, 15 Oct 2019 22:33:27 +0200 Subject: [PATCH] =?UTF-8?q?Rajout=20de=20style=20supprim=C3=A9=20par=20err?= =?UTF-8?q?eur?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/html/Wize_S5.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/html/Wize_S5.html b/templates/html/Wize_S5.html index e4ee4b8..b6e93af 100644 --- a/templates/html/Wize_S5.html +++ b/templates/html/Wize_S5.html @@ -68,6 +68,13 @@ code { font-size:80%; } + + body { + background: var(--main-pres-background-color); + background-image: url('[% resource("common-spec/fond-pres.jpg") %]'); + background-repeat: var(--main-pres-background-repeat); + background-size: var(--main-pres-background-size); + } -- 2.16.4