From f6d608abd8c911b50b2d5210575e011216a1ea16 Mon Sep 17 00:00:00 2001 From: William Daniau Date: Tue, 15 Oct 2019 09:57:23 +0200 Subject: [PATCH] =?UTF-8?q?Les=20=C3=A9tiquettes=20sont=20export=C3=A9es?= =?UTF-8?q?=20avec=20un=20display:=20none?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/html/common/zim-special.css | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/html/common/zim-special.css b/templates/html/common/zim-special.css index 9c48e46..38bb7cd 100644 --- a/templates/html/common/zim-special.css +++ b/templates/html/common/zim-special.css @@ -2,6 +2,7 @@ span.zim-tag { color: #ce5c00; width: 98%; + display: none; } div.zim-object { -- 2.16.4