forked from ZwiiCMS-Team/ZwiiCMS
[9.0.17] fix default footer font size
This commit is contained in:
parent
f5a68d6d43
commit
5b3d748593
@ -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();
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user