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{
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 */

Loading…
Cancel
Save