diff options
author | friendica <info@friendica.com> | 2013-11-15 02:43:59 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-15 02:43:59 -0800 |
commit | fc0a5d58d1defc55c556544f165c23e4c0779d53 (patch) | |
tree | 04277d741342da8b972117d64c4805e88980d24d /view/theme/redbasic/tpl | |
parent | 725440145273d66d4b5d56f7b8cbb0c4868941e6 (diff) | |
download | volse-hubzilla-fc0a5d58d1defc55c556544f165c23e4c0779d53.tar.gz volse-hubzilla-fc0a5d58d1defc55c556544f165c23e4c0779d53.tar.bz2 volse-hubzilla-fc0a5d58d1defc55c556544f165c23e4c0779d53.zip |
make font size tweakable for the whole app
Diffstat (limited to 'view/theme/redbasic/tpl')
-rw-r--r-- | view/theme/redbasic/tpl/theme_settings.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/theme/redbasic/tpl/theme_settings.tpl b/view/theme/redbasic/tpl/theme_settings.tpl index 4572422bf..e0f546896 100644 --- a/view/theme/redbasic/tpl/theme_settings.tpl +++ b/view/theme/redbasic/tpl/theme_settings.tpl @@ -12,6 +12,7 @@ {{include file="field_input.tpl" field=$item_opacity}} {{include file="field_input.tpl" field=$toolicon_colour}} {{include file="field_input.tpl" field=$toolicon_activecolour}} +{{include file="field_input.tpl" field=$body_font_size}} {{include file="field_input.tpl" field=$font_size}} {{include file="field_input.tpl" field=$font_colour}} {{include file="field_input.tpl" field=$radius}} |