diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2016-09-24 23:37:56 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-24 23:37:56 -0600 |
| commit | f502de693ec3cfdbcc1dab21dcaec62fa2e5b5d8 (patch) | |
| tree | f9c961725f3e80a6a7cfe795056710a1fe02b6d9 /data | |
| parent | 5e8c59664f6f47379cfbad578ef6dd098fde9634 (diff) | |
resolves #577 display title for open block (PR #581)
* resolves #577 display title of open block
* slighly reduce font size of block title (aka caption) in default theme
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 b693e28c..cfb51423 100644 --- a/data/themes/default-theme.yml +++ b/data/themes/default-theme.yml @@ -117,6 +117,7 @@ block: margin_bottom: $vertical_rhythm caption: align: left + font_size: $base_font_size * 0.95 font_style: italic # FIXME perhaps set line_height instead of / in addition to margins? margin_inside: $vertical_rhythm / 3 |
