aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-05-13 00:15:37 +0200
committerThomas White <taw@bitwiz.org.uk>2013-05-13 00:15:37 +0200
commitb3902fdd8db499d9d21481237d39f803699cd3db (patch)
tree069bbe2997230652e85b0fbea8ba97567bffc8cc /src/stylesheet.c
parent6bcb069f1ee9ad409305f25f9083f7f8df0796e8 (diff)
Stuff
Diffstat (limited to 'src/stylesheet.c')
-rw-r--r--src/stylesheet.c10
1 files changed, 5 insertions, 5 deletions
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);
}