aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-14 19:42:21 -0800
committerfriendica <info@friendica.com>2013-11-14 19:42:21 -0800
commitfa79085bd57877a38139a6c656150e68bc2e8255 (patch)
tree4db75ee906509490e5f9ab387ee86655887d2235 /view/theme/redbasic/php
parent613ff90e6a8a97b5d1a29bd79a56ac05feccaba2 (diff)
downloadvolse-hubzilla-fa79085bd57877a38139a6c656150e68bc2e8255.tar.gz
volse-hubzilla-fa79085bd57877a38139a6c656150e68bc2e8255.tar.bz2
volse-hubzilla-fa79085bd57877a38139a6c656150e68bc2e8255.zip
when setting font_size - the expert setting needs units. Otherwise you can't switch from px to em
Diffstat (limited to 'view/theme/redbasic/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 d6fe9ea22..7b12385b1 100644
--- a/view/theme/redbasic/php/style.php
+++ b/view/theme/redbasic/php/style.php
@@ -75,7 +75,7 @@
if (! $item_opacity)
$item_opacity = "1";
if (! $font_size)
- $font_size = "12";
+ $font_size = "1.0em";
if (! $font_colour)
$font_colour = "#4D4D4D";
if (! $radius)