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/php/style.php | |
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/php/style.php')
-rw-r--r-- | view/theme/redbasic/php/style.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index f4e6d8046..6a993ac28 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -30,7 +30,6 @@ if(! App::$install) { $comment_item_colour = get_pconfig($uid, 'redbasic', 'comment_item_colour'); $comment_border_colour = get_pconfig($uid, 'redbasic', 'comment_border_colour'); $comment_indent = get_pconfig($uid, 'redbasic', 'comment_indent'); - $body_font_size = get_pconfig($uid, 'redbasic', 'body_font_size'); $font_size = get_pconfig($uid, 'redbasic', 'font_size'); $font_colour = get_pconfig($uid, 'redbasic', 'font_colour'); $radius = get_pconfig($uid, 'redbasic', 'radius'); @@ -123,8 +122,6 @@ if (! $item_opacity) $item_opacity = '1'; if (! $font_size) $font_size = '1rem'; -if (! $body_font_size) - $body_font_size = '0.9rem'; if (! $font_colour) $font_colour = '#4d4d4d'; if (! $radius) @@ -197,7 +194,6 @@ if(file_exists('view/theme/redbasic/css/style.css')) { '$toolicon_activecolour' => $toolicon_activecolour, '$font_size' => $font_size, '$font_colour' => $font_colour, - '$body_font_size' => $body_font_size, '$radius' => $radius, '$shadow' => $shadow, '$converse_width' => $converse_width, |