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;}