From 5094a590734b0f145c4e3bc95189a781e1657b1f Mon Sep 17 00:00:00 2001 From: William Daniau Date: Thu, 10 Oct 2019 21:18:36 +0200 Subject: [PATCH] Ajout du style notice --- templates/html/common/zim-style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/html/common/zim-style.css b/templates/html/common/zim-style.css index a9065c6..a010549 100644 --- a/templates/html/common/zim-style.css +++ b/templates/html/common/zim-style.css @@ -57,5 +57,10 @@ margin-top: 1em;} p { margin-top: 0 } + + .notice { + margin-top:20px; + font-size:small; + } -- 2.16.4