cambio de fuentes css
This commit is contained in:
parent
8f4e4c8cc7
commit
0c455c1941
|
@ -31,7 +31,7 @@ if (!$config['MR']) {
|
||||||
$config['MR'] = 0;
|
$config['MR'] = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
echo '<a class="footer" target="_blank" href="'.$config['homeurl'].$license_file.'">';
|
echo '<a class="footer"target="_blank" href="'.$config['homeurl'].$license_file.'">';
|
||||||
|
|
||||||
require_once $config['homedir'].'/include/functions_update_manager.php';
|
require_once $config['homedir'].'/include/functions_update_manager.php';
|
||||||
|
|
||||||
|
@ -49,9 +49,7 @@ echo __(
|
||||||
$pandora_version,
|
$pandora_version,
|
||||||
$build_package_version,
|
$build_package_version,
|
||||||
$config['MR']
|
$config['MR']
|
||||||
);
|
).'</a><br><span>'.__('Page generated on %s', date('Y-m-d H:i:s')).'</span><br>';
|
||||||
echo '</a><br />';
|
|
||||||
echo '<small><span>'.__('Page generated on %s', date('Y-m-d H:i:s')).'</span></small>';
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -22,6 +22,7 @@ div#foot a,
|
||||||
div#foot span {
|
div#foot span {
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
color: #9ca4a6;
|
color: #9ca4a6;
|
||||||
|
line-height: 12pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#foot small span {
|
div#foot small span {
|
||||||
|
|
|
@ -8335,3 +8335,6 @@ div.stat-win-spinner img {
|
||||||
.line_heigth_initial {
|
.line_heigth_initial {
|
||||||
line-height: initial;
|
line-height: initial;
|
||||||
}
|
}
|
||||||
|
.line_height_12pt {
|
||||||
|
line-height: 12pt;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue