diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2015-07-22 00:56:54 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2015-07-22 01:11:41 -0600 |
| commit | 800e2139376a7d5cc087e637671c5dccd5ebd5cc (patch) | |
| tree | 026aef2600a9d0846414e8a20f491d5a2b83d96e /data | |
| parent | 470cab26a6e0160c482487e76f8ff661a369cd7d (diff) | |
resolves #274 make line height in running header/footer configurable
- allow header_line_height & footer_line_height to be specified in theme
- properly calculate the height and placement of running content
- placement of image in running content should respect padding settings
- document header_line_height & footer_line_height in theme guide
- update default theme to use new settings
Diffstat (limited to 'data')
| -rw-r--r-- | data/themes/default-theme.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/themes/default-theme.yml b/data/themes/default-theme.yml index 21b11852..bd4ba74e 100644 --- a/data/themes/default-theme.yml +++ b/data/themes/default-theme.yml @@ -214,6 +214,7 @@ footer: border_color: dddddd border_width: 0.25 height: $base_line_height_length * 2.5 + line_height: 1 padding: [$base_line_height_length / 2, 1, 0, 1] vertical_align: top #image_vertical_align: <alignment> or <number> |
