diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-09-28 09:15:51 +0200 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2011-09-28 09:15:51 +0200 |
commit | e705f42069f505bb8111a1fd7d8534ab3cacd5b8 (patch) | |
tree | d055c7f6fed1885e1b6c165c6d62b30816c52e19 /src/stylesheet.c | |
parent | f97b36427f7607dd26de5bf626ba6cc1d5e8a6fb (diff) |
Tweak default stylesheet
Diffstat (limited to 'src/stylesheet.c')
-rw-r--r-- | src/stylesheet.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/stylesheet.c b/src/stylesheet.c index 20d01c4..554b1ab 100644 --- a/src/stylesheet.c +++ b/src/stylesheet.c @@ -468,12 +468,12 @@ static void default_stylesheet(StyleSheet *ss) sty = new_style(ss, "Slide credit"); sty->font = strdup("Sans 14"); - sty->colour = strdup("#777777777777"); /* Grey */ + sty->colour = strdup("#000000000000"); /* Black */ sty->alpha = 1.0; sty->margin_left = 20.0; sty->margin_right = 20.0; sty->margin_top = 20.0; - sty->margin_bottom = 30.0; + sty->margin_bottom = 35.0; sty->halign = J_RIGHT; sty->valign = V_BOTTOM; sty->offset_x = 0.0; @@ -485,7 +485,7 @@ static void default_stylesheet(StyleSheet *ss) sty->alpha = 1.0; sty->margin_left = 600.0; sty->margin_right = 100.0; - sty->margin_top = 600.0; + sty->margin_top = 745.0; sty->margin_bottom = 5.0; sty->halign = J_RIGHT; sty->valign = V_BOTTOM; @@ -498,7 +498,7 @@ static void default_stylesheet(StyleSheet *ss) sty->alpha = 1.0; sty->margin_left = 600.0; sty->margin_right = 5.0; - sty->margin_top = 600.0; + sty->margin_top = 745.0; sty->margin_bottom = 5.0; sty->halign = J_RIGHT; sty->valign = V_BOTTOM; @@ -511,7 +511,7 @@ static void default_stylesheet(StyleSheet *ss) sty->alpha = 1.0; sty->margin_left = 5.0; sty->margin_right = 600.0; - sty->margin_top = 600.0; + sty->margin_top = 745.0; sty->margin_bottom = 5.0; sty->halign = J_LEFT; sty->valign = V_BOTTOM; |