From b10ff81b664a23720b875a8ffbc2a7d244118c67 Mon Sep 17 00:00:00 2001 From: claylock Date: Thu, 26 Oct 2023 13:53:46 +0000 Subject: [PATCH] Edited theme/pdf/pdf.css with Atlas code editor --- theme/pdf/pdf.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/pdf/pdf.css b/theme/pdf/pdf.css index f5aeb222..5bcf4a97 100644 --- a/theme/pdf/pdf.css +++ b/theme/pdf/pdf.css @@ -31,6 +31,10 @@ td.fakeheader { } +/* tighten tracking for paragraphs */ +.fix_tracking { letter-spacing: -0.1pt; } + + /*hack to align sidebars to top of page*/ .less_space {margin-top: 0 !important;}