diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-04-19 00:28:53 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-19 00:28:53 -0600 |
| commit | 1e95d4497a3ac4d3a89a59abdb58ece099a6d999 (patch) | |
| tree | fa8f2f39519b0aba7bb96c5e0d4bf262e6787f9a /data | |
| parent | 03a31108fed4636f048b13b720ddb2fe898b0a68 (diff) | |
move code-callout-list-margin-top theme key to callout-list-margin-top-after-code (PR #2056)
Diffstat (limited to 'data')
| -rw-r--r-- | data/themes/base-theme.yml | 2 | ||||
| -rw-r--r-- | data/themes/default-theme.yml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/data/themes/base-theme.yml b/data/themes/base-theme.yml index 7e81b273..3b7aec2d 100644 --- a/data/themes/base-theme.yml +++ b/data/themes/base-theme.yml @@ -58,6 +58,7 @@ list_item_spacing: 6 description_list_description_indent: 30 description_list_term_font_style: bold description_list_term_spacing: 4 +callout_list_margin_top_after_code: -6 block_margin_bottom: 12 caption_align: left caption_font_style: italic @@ -85,7 +86,6 @@ code_line_height: 1.2 code_padding: 9 code_border_color: 'EEEEEE' code_border_width: 0.5 -code_callout_list_margin_top: -6 conum_line_height: 1.15 conum_glyphs: circled example_background_color: 'FFFFFF' diff --git a/data/themes/default-theme.yml b/data/themes/default-theme.yml index 726cd1fa..2a32ca08 100644 --- a/data/themes/default-theme.yml +++ b/data/themes/default-theme.yml @@ -195,8 +195,6 @@ code: border_color: CCCCCC border_radius: $base_border_radius border_width: 0.75 - callout_list: - margin_top: -$block_margin_bottom / 2 conum: font_family: $codespan_font_family font_color: $codespan_font_color @@ -239,6 +237,8 @@ description_list: term_font_style: bold term_spacing: $vertical_rhythm / 4 description_indent: $horizontal_rhythm * 1.25 +callout_list: + margin_top_after_code: -$block_margin_bottom / 2 table: background_color: $page_background_color border_color: DDDDDD |
