aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Vilcans <martin@librador.com>2014-11-26 12:01:06 +0100
committerMartin Vilcans <martin@librador.com>2014-11-26 12:01:06 +0100
commitd56a7ab86934e1f77c261cbcff40a07776295c60 (patch)
tree56516b9d7fb21b6cf46ce022c7da18a952b0eb89
parent1913d5f2ec048899ab47c62948b79ddf62b8d5db (diff)
downloadscreenplain-d56a7ab86934e1f77c261cbcff40a07776295c60.tar.gz
Slight layout changes to cover page
-rw-r--r--screenplain/export/pdf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/screenplain/export/pdf.py b/screenplain/export/pdf.py
index 13218f5..ee038b1 100644
--- a/screenplain/export/pdf.py
+++ b/screenplain/export/pdf.py
@@ -101,7 +101,7 @@ title_style = ParagraphStyle(
)
contact_style = ParagraphStyle(
'contact', default_style,
- leftIndent=2.7 * inch,
+ leftIndent=3.9 * inch,
rightIndent=0,
)
@@ -196,7 +196,7 @@ def get_title_page_story(screenplay):
lower_height = sum((
add_lines(lower_story, 'Draft date', default_style),
add_lines(lower_story, 'Contact', contact_style, space_before=12),
- add_lines(lower_story, 'Copyright', default_style, space_before=12),
+ add_lines(lower_story, 'Copyright', centered_style, space_before=12),
))
if not title_story and not lower_story: