From 2788b87e1cf1a45cbe40365b18e7bdc9a9495f5c Mon Sep 17 00:00:00 2001 From: Youen Date: Tue, 16 May 2023 19:46:02 +0200 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20de=20la=20lisibilit=C3=A9?= =?UTF-8?q?=20du=20footer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/css/print-theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/css/print-theme.css b/source/css/print-theme.css index 10cce34..dc7a283 100644 --- a/source/css/print-theme.css +++ b/source/css/print-theme.css @@ -9,9 +9,10 @@ font-family: Lato, proxima-nova, Helvetica Neue, Arial, sans-serif; } @bottom-center { - content: "https://vhelio.org / Besoin d'aide ? https://communaute.vhelio.org"; + content: "vhelio.org Besoin d'aide ? communaute.vhelio.org"; font-size: 9px; font-family: Lato, proxima-nova, Helvetica Neue, Arial, sans-serif; + white-space: pre; } @bottom-right { content: counter(page) "/83"; /* total number of pages is automatically updated by count_pdf_pages.py */