diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2016-09-20 02:55:16 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2016-09-20 02:55:16 -0600 |
| commit | 45eb68d043dcde804d6483c5f0e8bb5d4bf150e6 (patch) | |
| tree | 40db60e5621bcda52f326400c65abb9159b234d7 /data | |
| parent | dff59ae7049d777bf59fa3fecc624c19b2942f13 (diff) | |
fix comments in default theme
Diffstat (limited to 'data')
| -rw-r--r-- | data/themes/default-theme.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/data/themes/default-theme.yml b/data/themes/default-theme.yml index 7d30300a..b693e28c 100644 --- a/data/themes/default-theme.yml +++ b/data/themes/default-theme.yml @@ -145,6 +145,7 @@ blockquote: font_size: $base_font_size_large border_color: $base_border_color border_width: 5 + # FIXME disable negative padding bottom once margin collapsing is implemented padding: [0, $horizontal_rhythm, $block_margin_bottom * -0.75, $horizontal_rhythm + $blockquote_border_width / 2] cite_font_size: $base_font_size_small cite_font_color: 999999 @@ -169,7 +170,7 @@ example: border_radius: $base_border_radius border_width: 0.75 background_color: transparent - # FIXME reenable margin bottom once margin collapsing is implemented + # FIXME reenable padding bottom once margin collapsing is implemented padding: [$vertical_rhythm, $horizontal_rhythm, 0, $horizontal_rhythm] image: align: left @@ -181,7 +182,7 @@ sidebar: border_radius: $base_border_radius border_width: $base_border_width background_color: eeeeee - # FIXME reenable margin bottom once margin collapsing is implemented + # FIXME reenable padding bottom once margin collapsing is implemented padding: [$vertical_rhythm, $vertical_rhythm * 1.25, 0, $vertical_rhythm * 1.25] title: align: center |
