aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheet.c')
-rw-r--r--src/stylesheet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stylesheet.c b/src/stylesheet.c
index 296d562..2e97d66 100644
--- a/src/stylesheet.c
+++ b/src/stylesheet.c
@@ -547,7 +547,7 @@ void default_stylesheet(StyleSheet *ss)
sty->halign = J_CENTER;
sty->valign = V_CENTER;
sty->offset_x = -200.0;
- sty->offset_y = +300.0;
+ sty->offset_y = -200.0;
sty->role = S_ROLE_PTITLE_REF;
sty = new_style(ss, "Presentation author");