diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-19 14:29:09 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-19 14:29:09 +0100 |
commit | c85f1a208d461fad1d5d2b4d091f026d924a9a63 (patch) | |
tree | 0f3e1145b16906695e853f277550fd13ca1f71ed | |
parent | 774923be1c598b10885e1e077889527f3f9c0afe (diff) | |
download | volse-hubzilla-c85f1a208d461fad1d5d2b4d091f026d924a9a63.tar.gz volse-hubzilla-c85f1a208d461fad1d5d2b4d091f026d924a9a63.tar.bz2 volse-hubzilla-c85f1a208d461fad1d5d2b4d091f026d924a9a63.zip |
a % example for font size
-rw-r--r-- | view/theme/redbasic/php/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/php/config.php b/view/theme/redbasic/php/config.php index 419dd20b2..04516df78 100644 --- a/view/theme/redbasic/php/config.php +++ b/view/theme/redbasic/php/config.php @@ -125,7 +125,7 @@ class RedbasicConfig { '$comment_indent' => array('redbasic_comment_indent', t('Set the indent for comments'), $arr['comment_indent']), '$toolicon_colour' => array('redbasic_toolicon_colour',t('Set the basic color for item icons'),$arr['toolicon_colour']), '$toolicon_activecolour' => array('redbasic_toolicon_activecolour',t('Set the hover color for item icons'),$arr['toolicon_activecolour']), - '$font_size' => array('redbasic_font_size', t('Set font-size for the entire application'), $arr['font_size'], t('Example: 14px')), + '$font_size' => array('redbasic_font_size', t('Set font-size for the entire application'), $arr['font_size'], t('Examples: 87.5%, 14px')), '$font_colour' => array('redbasic_font_colour', t('Set font-color for posts and comments'), $arr['font_colour']), '$radius' => array('redbasic_radius', t('Set radius of corners'), $arr['radius'], t('Example: 4px')), '$shadow' => array('redbasic_shadow', t('Set shadow depth of photos'), $arr['shadow']), |