[9.0.17] fix default footer font size

This commit is contained in:
Fred Tempez 2019-04-08 19:29:20 +02:00
parent f5a68d6d43
commit 5b3d748593
2 changed files with 2 additions and 2 deletions

View File

@ -752,7 +752,7 @@ class common {
if($this->getData(['core', 'dataVersion']) < 9008) {
$this->setData(['theme', 'footer', 'textTransform','none']);
$this->setData(['theme', 'footer', 'fontWeight','normal']);
$this->setData(['theme', 'footer', 'fontSize','0.8em']);
$this->setData(['theme', 'footer', 'fontSize','.8em']);
$this->setData(['theme', 'footer', 'font','Open+Sans']);
$this->setData(['core', 'dataVersion', 9008]);
$this->SaveData();

View File

@ -345,7 +345,7 @@ class install extends common {
'footer' => [
'backgroundColor' => 'rgba(255, 255, 255, 1)',
'font' => 'Open+Sans',
'fontSize' => '0.8em',
'fontSize' => '.8em',
'fontWeight' => 'normal',
'height' => '10px',
'loginLink' => true,