diff options
author | friendica <info@friendica.com> | 2014-08-01 01:25:25 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-01 01:25:25 -0700 |
commit | 6dd3a170a7fa83a97bdaf451dd017c0a37bc8016 (patch) | |
tree | b2ba8bfaf1d1aa7ac0e68198dfced86ac56d4977 /view | |
parent | ff8351437eab90786b99b940d31dacd133034f09 (diff) | |
parent | d126d02c659327188e5bd50447506ad16a4875bb (diff) | |
download | volse-hubzilla-6dd3a170a7fa83a97bdaf451dd017c0a37bc8016.tar.gz volse-hubzilla-6dd3a170a7fa83a97bdaf451dd017c0a37bc8016.tar.bz2 volse-hubzilla-6dd3a170a7fa83a97bdaf451dd017c0a37bc8016.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/php/style.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index e47d65690..ee9c6d4d0 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -130,9 +130,9 @@ if(! $a->install) { if (! $item_opacity) $item_opacity = "1"; if (! $font_size) - $font_size = "1.0rem"; + $font_size = "0.9rem"; if (! $body_font_size) - $body_font_size = "0.8rem"; + $body_font_size = "0.75rem"; if (! $font_colour) $font_colour = "#4d4d4d"; if (! $selected_active_colour) |