when setting font_size - the expert setting needs units. Otherwise you can't switch from px to em

This commit is contained in:
friendica
2013-11-14 19:42:21 -08:00
parent 613ff90e6a
commit fa79085bd5
2 changed files with 2 additions and 2 deletions

View File

@@ -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)