14px>12pt as agreed on https://github.com/friendica/red/commit/075fc6727762d4e45ddcae5843eec0100ad3ab72 - Also fixed empty delete button showing up for channels without edit photo rights.

This commit is contained in:
Jeroen
2014-07-28 12:42:43 +00:00
parent 1cc83dcaca
commit 2e6dd91599
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ if(! $a->install) {
if (! $font_size)
$font_size = "1.0em";
if (! $body_font_size)
$body_font_size = "14px";
$body_font_size = "12pt";
if (! $font_colour)
$font_colour = "#4d4d4d";
if (! $selected_active_colour)