From 41bb6f12837f53dc88630244534e6b07f4c314ea Mon Sep 17 00:00:00 2001 From: William Daniau Date: Mon, 30 Sep 2019 10:47:24 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20la=20coloration=20syntaxique=20dan?= =?UTF-8?q?s=20Print,=20malheureusement=20ce=20template=20sp=C3=A9cial=20n?= =?UTF-8?q?e=20prend=20pas=20les=20ressources=20et=20on=20doit=20mettre=20?= =?UTF-8?q?des=20chemins=20absolus.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/html/Print.html | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/templates/html/Print.html b/templates/html/Print.html index 8485ac9..19ad97a 100644 --- a/templates/html/Print.html +++ b/templates/html/Print.html @@ -91,7 +91,22 @@ ul {list-style-image: none} /* ul rule needed to reset style for sub-bullets */ - + + + + + + + + + @@ -105,6 +120,24 @@ + + -- 2.16.4