From dd3c0a61d2b08e8d50927df2dbb6c1fd1d1d2ef3 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Thu, 25 Apr 2019 18:40:40 -0500 Subject: export/pdf: use left aligned contact information. Closes #48. See also #40. --- screenplain/export/pdf.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/screenplain/export/pdf.py b/screenplain/export/pdf.py index 6955616..c04d400 100644 --- a/screenplain/export/pdf.py +++ b/screenplain/export/pdf.py @@ -105,8 +105,6 @@ title_style = ParagraphStyle( ) contact_style = ParagraphStyle( 'contact', default_style, - leftIndent=3.9 * inch, - rightIndent=0, ) -- cgit