From fa79085bd57877a38139a6c656150e68bc2e8255 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 14 Nov 2013 19:42:21 -0800 Subject: when setting font_size - the expert setting needs units. Otherwise you can't switch from px to em --- view/theme/redbasic/css/style.css | 2 +- view/theme/redbasic/php/style.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'view') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 300ae881b..5fc68376b 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1013,7 +1013,7 @@ footer { .wall-item-content { margin-left: 10px; overflow: auto; - font-size: $font_sizepx; + font-size: $font_size; } .wall-item-content img { 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) -- cgit v1.2.3