From e94ef062613d0d0fc50cc8d9858bcfc72b6c823d Mon Sep 17 00:00:00 2001 From: manetta Date: Wed, 12 Jan 2022 15:31:36 +0100 Subject: [PATCH] fixed the bug of the author names under a 3 line

header --- command-line/css/print.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/command-line/css/print.css b/command-line/css/print.css index a7ed5cb..2f47736 100644 --- a/command-line/css/print.css +++ b/command-line/css/print.css @@ -508,9 +508,8 @@ h2{ div.introduction div.title-wrapper h2 + p{ position: absolute; width: 80mm; - top: 85px !important; - margin: 0 !important; - color: red; + top: 94px !important; + line-height: 0 !important; } /* author names */ @@ -547,7 +546,6 @@ h3{ margin-bottom: var(--line-height) !important; } div.introduction + h3{ - color: red; margin-top: 0 !important; } /* exception for bugged report h3 above notes */