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

@ -1013,7 +1013,7 @@ footer {
.wall-item-content { .wall-item-content {
margin-left: 10px; margin-left: 10px;
overflow: auto; overflow: auto;
font-size: $font_sizepx; font-size: $font_size;
} }
.wall-item-content img { .wall-item-content img {

View File

@ -75,7 +75,7 @@
if (! $item_opacity) if (! $item_opacity)
$item_opacity = "1"; $item_opacity = "1";
if (! $font_size) if (! $font_size)
$font_size = "12"; $font_size = "1.0em";
if (! $font_colour) if (! $font_colour)
$font_colour = "#4D4D4D"; $font_colour = "#4D4D4D";
if (! $radius) if (! $radius)