aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy/config.php
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-05-28 19:25:10 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-05-28 19:25:10 -0400
commitcb259098dd112d6a5ad3900bbccec614b0482ca1 (patch)
tree951691f2090dc5d962d69ea4597ecabc1889215d /view/theme/dispy/config.php
parent91c1a2943badc32b521acd5cc933a236ca6f5c0f (diff)
downloadvolse-hubzilla-cb259098dd112d6a5ad3900bbccec614b0482ca1.tar.gz
volse-hubzilla-cb259098dd112d6a5ad3900bbccec614b0482ca1.tar.bz2
volse-hubzilla-cb259098dd112d6a5ad3900bbccec614b0482ca1.zip
fixed font-size/line-height stuffs
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy/config.php')
-rw-r--r--view/theme/dispy/config.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/view/theme/dispy/config.php b/view/theme/dispy/config.php
index a24288bf8..25663c10b 100644
--- a/view/theme/dispy/config.php
+++ b/view/theme/dispy/config.php
@@ -41,17 +41,17 @@ function theme_admin_post(&$a) {
function dispy_form(&$a, $font_size, $line_height, $colour) {
$line_heights = array(
- "1.3"=>"1.3",
- "---"=>"---",
- "1.6"=>"1.6",
- "1.5"=>"1.5",
- "1.4"=>"1.4",
- "1.2"=>"1.2",
- "1.1"=>"1.1",
+ "1.3" => "1.3",
+ "---" => "---",
+ "1.6" => "1.6",
+ "1.5" => "1.5",
+ "1.4" => "1.4",
+ "1.2" => "1.2",
+ "1.1" => "1.1",
);
$font_sizes = array(
'12' => '12',
- '14' =>'14',
+ '14' => '14',
"---" => "---",
"16" => "16",
"15" => "15",