Browse Source

fixed the bug of the author names under a 3 line <h2> header

master
manetta 2 years ago
parent
commit
e94ef06261
  1. 6
      command-line/css/print.css

6
command-line/css/print.css

@ -508,9 +508,8 @@ h2{
div.introduction div.title-wrapper h2 + p{ div.introduction div.title-wrapper h2 + p{
position: absolute; position: absolute;
width: 80mm; width: 80mm;
top: 85px !important; top: 94px !important;
margin: 0 !important; line-height: 0 !important;
color: red;
} }
/* author names */ /* author names */
@ -547,7 +546,6 @@ h3{
margin-bottom: var(--line-height) !important; margin-bottom: var(--line-height) !important;
} }
div.introduction + h3{ div.introduction + h3{
color: red;
margin-top: 0 !important; margin-top: 0 !important;
} }
/* exception for bugged report h3 above notes */ /* exception for bugged report h3 above notes */

Loading…
Cancel
Save