From e052be606c9c2c4e615cb557572a68af2181cc17 Mon Sep 17 00:00:00 2001 From: tommy tomson Date: Fri, 20 Apr 2012 17:16:42 +0200 Subject: diabook-themes: add diabook-green and some minor css/bug-fixes --- view/theme/diabook/config.php | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'view/theme/diabook/config.php') diff --git a/view/theme/diabook/config.php b/view/theme/diabook/config.php index 9ff074e9d..0509c9453 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,9 @@ function diabook_form(&$a, $font_size, $line_height, $resolution, $color){ 'diabook'=>'diabook', 'aerith'=>'aerith', 'blue'=>'blue', - 'red'=>'red', - 'pink'=>'pink', + 'green'=>'green', + 'pink'=>'pink', + 'red'=>'red', ); -- cgit v1.2.3