diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-09 22:04:17 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-09 22:04:17 +0100 |
commit | 14d1912115c40c3c905b9a077732c526e0a15ffd (patch) | |
tree | 47ff4eda706b93d3e0ca185bffbc0dfa81daa040 /view/theme/redbasic/php | |
parent | c42cbda9047256998a144b3836413c682bd0f949 (diff) | |
download | volse-hubzilla-14d1912115c40c3c905b9a077732c526e0a15ffd.tar.gz volse-hubzilla-14d1912115c40c3c905b9a077732c526e0a15ffd.tar.bz2 volse-hubzilla-14d1912115c40c3c905b9a077732c526e0a15ffd.zip |
upgrade bs to latest git and some more progress
Diffstat (limited to 'view/theme/redbasic/php')
-rw-r--r-- | view/theme/redbasic/php/style.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 9b994ebdf..85b495792 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -122,7 +122,7 @@ if (! $toolicon_activecolour) if (! $item_opacity) $item_opacity = "1"; if (! $font_size) - $font_size = "0.9rem"; + $font_size = "1rem"; if (! $body_font_size) $body_font_size = "0.75rem"; if (! $font_colour) |