From f04e13942ef322fd4404406bdc7445172aeca670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Wed, 6 Oct 2021 20:36:23 +0200 Subject: [PATCH] theme: remove page padding from print #93 --- static/css/print.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/print.css b/static/css/print.css index 52707c7fd2..89c63e899f 100644 --- a/static/css/print.css +++ b/static/css/print.css @@ -8,6 +8,10 @@ body #body{ pre code { font-size: 8.3pt; } +#body .padding { + /* remove page padding - this can be set exactly in the print setup */ + padding: 0; +} code.copy-to-clipboard-inline { border-bottom-right-radius: 2px; border-top-right-radius: 2px;