aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--view/theme/redbasic/css/style.css2
-rw-r--r--view/theme/redbasic/php/style.php2
2 files changed, 2 insertions, 2 deletions
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)