cambio de fuentes css

This commit is contained in:
marcos 2021-06-08 12:33:45 +02:00
parent 8f4e4c8cc7
commit 0c455c1941
3 changed files with 6 additions and 4 deletions

View File

@ -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>';

View File

@ -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 {

View File

@ -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;
}