aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/style.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-07-28 21:03:55 -0700
committerfriendica <info@friendica.com>2014-07-28 21:03:55 -0700
commit3a108168c7dbddfe96a759b87cccede449f54484 (patch)
treeaf044b54f50c1d927d8f1a959a1f9d11e8a21b6e /view/theme/redbasic/php/style.php
parentf0f6f1e08065cf1b72759d732332284464caa542 (diff)
parent2e6dd91599c5b1790d1e994797ef90b98d5a78b3 (diff)
downloadvolse-hubzilla-3a108168c7dbddfe96a759b87cccede449f54484.tar.gz
volse-hubzilla-3a108168c7dbddfe96a759b87cccede449f54484.tar.bz2
volse-hubzilla-3a108168c7dbddfe96a759b87cccede449f54484.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/theme/redbasic/php/style.php')
-rw-r--r--view/theme/redbasic/php/style.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php
index 9d42bbf69..f55b29d5e 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -132,7 +132,7 @@ if(! $a->install) {
if (! $font_size)
$font_size = "1.0em";
if (! $body_font_size)
- $body_font_size = "14px";
+ $body_font_size = "12pt";
if (! $font_colour)
$font_colour = "#4d4d4d";
if (! $selected_active_colour)