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