From b3902fdd8db499d9d21481237d39f803699cd3db Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 13 May 2013 00:15:37 +0200 Subject: Stuff --- src/stylesheet.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/stylesheet.c') diff --git a/src/stylesheet.c b/src/stylesheet.c index 8724b51..bb3880f 100644 --- a/src/stylesheet.c +++ b/src/stylesheet.c @@ -159,10 +159,10 @@ void default_stylesheet(StyleSheet *ss) add_to_template(acknowledgements, sty); sty = new_style(ss, "Content"); - sty->lop.margin_l = 0.0; - sty->lop.margin_r = 0.0; - sty->lop.margin_t = 0.0; - sty->lop.margin_b = 0.0; + sty->lop.margin_l = 10.0; + sty->lop.margin_r = 10.0; + sty->lop.margin_t = 120.0; + sty->lop.margin_b = 10.0; sty->lop.pad_l = 20.0; sty->lop.pad_r = 20.0; sty->lop.pad_t = 20.0; @@ -173,7 +173,7 @@ void default_stylesheet(StyleSheet *ss) sty->lop.h_units = UNITS_FRAC; sty->lop.x = 0.0; sty->lop.y = 0.0; - sty->sc_prologue = strdup("\\bgcol{#00a6eb}\\fgcol{#ffffff}" + sty->sc_prologue = strdup("\\bgcol{#dddddd}\\fgcol{#ffffff}" "\\font[Sans 24]"); add_to_template(acknowledgements, sty); } -- cgit v1.2.3