aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook/config.php
diff options
context:
space:
mode:
authortommy tomson <thomas.bierey@gmx.de>2012-04-20 17:16:42 +0200
committertommy tomson <thomas.bierey@gmx.de>2012-04-20 17:16:42 +0200
commite052be606c9c2c4e615cb557572a68af2181cc17 (patch)
tree38d32c36924f1c049703d75aad1306f15e9a6e78 /view/theme/diabook/config.php
parent30bbbf32e53594f4ebada6acc1313333aabe8561 (diff)
downloadvolse-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.php13
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',
);