X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fdiabook%2Fconfig.php;h=2477bb3d34e79815dd27f4a714dacf9ec9d9db9b;hb=8809e96310048518ffdcc0ffd6a7faed112ab17a;hp=9ff074e9d2ad8e23962eadbc51c4896dba3324f9;hpb=c88dd1485f31a129f6e00bf92afee241708e7da9;p=friendica.git diff --git a/view/theme/diabook/config.php b/view/theme/diabook/config.php index 9ff074e9d2..2477bb3d34 100644 --- a/view/theme/diabook/config.php +++ b/view/theme/diabook/config.php @@ -53,6 +53,7 @@ function diabook_form(&$a, $font_size, $line_height, $resolution, $color){ $line_heights = array( "1.3"=>"1.3", "---"=>"---", + "1.6"=>"1.6", "1.5"=>"1.5", "1.4"=>"1.4", "1.2"=>"1.2", @@ -60,11 +61,12 @@ function diabook_form(&$a, $font_size, $line_height, $resolution, $color){ ); $font_sizes = array( - '13'=>'13', + '14'=>'14', "---"=>"---", + "16"=>"16", "15"=>"15", - '14'=>'14', - '13.5'=>'13.5', + '13.5'=>'13.5', + '13'=>'13', '12.5'=>'12.5', '12'=>'12', ); @@ -76,8 +78,10 @@ function diabook_form(&$a, $font_size, $line_height, $resolution, $color){ 'diabook'=>'diabook', 'aerith'=>'aerith', 'blue'=>'blue', + 'green'=>'green', + 'pink'=>'pink', 'red'=>'red', - 'pink'=>'pink', + 'dark'=>'dark', );