From 21317ee953c68b1888e801f8728f5e7a606f6286 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Wed, 20 Feb 2013 22:09:40 +0000 Subject: Fix font size. That should never have worked in the first place. --- view/theme/redbasic/php/style.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme') diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index 450cabc7c..f9e70d4ff 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -62,7 +62,7 @@ // Enforce sane limits for expert mode - otherwise we'll end up with "experts" who think font size is a percentage. if(($redbasic_font_size >= 8.0) && ($redbasic_font_size <= 20.0)) { - echo ".wall-item-content { font-size: $redbasic_font_size; }\r\n"; + echo ".wall-item-content { font-size: $redbasic_font_size\px;}\r\n"; } if(($line_height >= 1.0) && ($line_height <= 2.0)) { -- cgit v1.2.3