paperwork: Improve style in certification PDFs for Vector 2022 MW skin
All checks were successful
Ruff / ruff (push) Successful in 39s
Test / test (push) Successful in 4m3s

This commit is contained in:
Adam Goldsmith 2024-06-19 02:19:24 -04:00
parent f33aa314b6
commit aad6bb80c2

View File

@ -18,17 +18,18 @@
} }
@media print { @media print {
body { body, p, li {
font-size: 10pt; font-size: 10pt !important;
line-height: 1.2 !important;
} }
#firstHeading,
#siteSub,
.printfooter,
.no-print, .no-print,
.toc,
.print-warning, .print-warning,
#contentSub { .toc,
body > :not(.mw-page-container),
#content > :not(#bodyContent),
#bodyContent > :not(#mw-content-text),
#mw-content-text > :not(.mw-parser-output) {
display: none !important; display: none !important;
} }