diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-19 12:10:16 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-19 12:10:16 +0100 |
commit | 89b550735467a2b07bc69dbff4efbe3ebcaff08a (patch) | |
tree | df685f3eadf8421306f20c1a8fb76fd935f884e5 /view/theme/redbasic/tpl | |
parent | 2a25ddff3685502e22a7de8d30bb2c423c4d0ed1 (diff) | |
download | volse-hubzilla-89b550735467a2b07bc69dbff4efbe3ebcaff08a.tar.gz volse-hubzilla-89b550735467a2b07bc69dbff4efbe3ebcaff08a.tar.bz2 volse-hubzilla-89b550735467a2b07bc69dbff4efbe3ebcaff08a.zip |
fix custom fontsize for app
Diffstat (limited to 'view/theme/redbasic/tpl')
-rw-r--r-- | view/theme/redbasic/tpl/theme_settings.tpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl index 9672d3d05..3d748464c 100644 --- a/view/theme/redbasic/tpl/theme_settings.tpl +++ b/view/theme/redbasic/tpl/theme_settings.tpl @@ -1,6 +1,7 @@ {{include file="field_checkbox.tpl" field=$align_left}} {{include file="field_checkbox.tpl" field=$narrow_navbar}} {{include file="field_input.tpl" field=$converse_width}} +{{include file="field_input.tpl" field=$font_size}} {{if $expert}} {{include file="field_colorinput.tpl" field=$nav_bg}} {{include file="field_colorinput.tpl" field=$nav_gradient_top}} @@ -17,8 +18,6 @@ {{include file="field_colorinput.tpl" field=$comment_item_colour}} {{*include file="field_colorinput.tpl" field=$comment_border_colour*}} {{*include file="field_input.tpl" field=$comment_indent*}} - {{include file="field_input.tpl" field=$body_font_size}} - {{include file="field_input.tpl" field=$font_size}} {{include file="field_colorinput.tpl" field=$font_colour}} {{include file="field_colorinput.tpl" field=$link_colour}} {{include file="field_colorinput.tpl" field=$banner_colour}} |