diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-20 17:16:42 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-20 17:16:42 +0200 |
commit | e052be606c9c2c4e615cb557572a68af2181cc17 (patch) | |
tree | 38d32c36924f1c049703d75aad1306f15e9a6e78 /view/theme/diabook/config.php | |
parent | 30bbbf32e53594f4ebada6acc1313333aabe8561 (diff) | |
download | volse-hubzilla-e052be606c9c2c4e615cb557572a68af2181cc17.tar.gz volse-hubzilla-e052be606c9c2c4e615cb557572a68af2181cc17.tar.bz2 volse-hubzilla-e052be606c9c2c4e615cb557572a68af2181cc17.zip |
diabook-themes: add diabook-green and some minor css/bug-fixes
Diffstat (limited to 'view/theme/diabook/config.php')
-rw-r--r-- | view/theme/diabook/config.php | 13 |
1 files changed, 8 insertions, 5 deletions
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', ); |