aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Benson <abenson@gmail.com>2019-04-25 18:40:40 -0500
committerAndrew Benson <abenson@gmail.com>2022-01-02 23:17:56 -0600
commitdd3c0a61d2b08e8d50927df2dbb6c1fd1d1d2ef3 (patch)
tree056e1c46f332aa77f984fbdec12ea608d897dc06
parentef32edb276e2b2d542bb7c731547a153220d98aa (diff)
downloadscreenplain-dd3c0a61d2b08e8d50927df2dbb6c1fd1d1d2ef3.tar.gz
export/pdf: use left aligned contact information.
Closes #48. See also #40.
-rw-r--r--screenplain/export/pdf.py2
1 files changed, 0 insertions, 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,
)