diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-04-16 14:42:31 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-16 14:42:31 -0600 |
| commit | 3420ef35e342da5dbf0accb8196f9d490a719ab3 (patch) | |
| tree | b02e55a3a0fe77b18a90865b23edaa502948f832 /data | |
| parent | 1e39955307165389d3791c35bb31cdf43b076a46 (diff) | |
resolves #1894 rename the outline-list category in the theme to list; remap deprecated keys (PR #2039)
Diffstat (limited to 'data')
| -rw-r--r-- | data/themes/base-theme.yml | 4 | ||||
| -rw-r--r-- | data/themes/default-theme.yml | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/data/themes/base-theme.yml b/data/themes/base-theme.yml index fcc82ff7..8d289b2b 100644 --- a/data/themes/base-theme.yml +++ b/data/themes/base-theme.yml @@ -53,8 +53,8 @@ title_page_title_top: 40% title_page_title_font_size: 18 title_page_subtitle_font_size: 14 title_page_authors_margin_top: 12 -outline_list_indent: 30 -outline_list_item_spacing: 6 +list_indent: 30 +list_item_spacing: 6 description_list_description_indent: 30 description_list_term_font_style: bold description_list_term_spacing: 4 diff --git a/data/themes/default-theme.yml b/data/themes/default-theme.yml index f55a717e..daf7e119 100644 --- a/data/themes/default-theme.yml +++ b/data/themes/default-theme.yml @@ -230,15 +230,15 @@ thematic_break: border_width: $base_border_width margin_top: $vertical_rhythm * 0.5 margin_bottom: $vertical_rhythm * 1.5 +list: + indent: $horizontal_rhythm * 1.5 + #marker_font_color: 404040 + # NOTE list_item_spacing only applies to list items that do not have complex content + item_spacing: $vertical_rhythm / 2 description_list: term_font_style: bold term_spacing: $vertical_rhythm / 4 description_indent: $horizontal_rhythm * 1.25 -outline_list: - indent: $horizontal_rhythm * 1.5 - #marker_font_color: 404040 - # NOTE outline_list_item_spacing applies to list items that do not have complex content - item_spacing: $vertical_rhythm / 2 table: background_color: $page_background_color border_color: DDDDDD @@ -260,7 +260,7 @@ toc: #levels: 2 3 footnotes: font_size: round($base_font_size * 0.75) - item_spacing: $outline_list_item_spacing / 2 + item_spacing: $list_item_spacing / 2 header: font_size: $base_font_size_small line_height: 1 |
