mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-26 03:08:41 +00:00
fix: font size of last visited text
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
354c417737
commit
2e4e850891
@ -149,7 +149,7 @@ function fTime($time, $gran = -1) {
|
|||||||
<?= UOJLocale::get('offline') ?>
|
<?= UOJLocale::get('offline') ?>
|
||||||
</span>
|
</span>
|
||||||
<?php if ($last_visited > 0): ?>
|
<?php if ($last_visited > 0): ?>
|
||||||
<span class="text-muted">
|
<span class="text-muted small">
|
||||||
, <?= UOJLocale::get('last active at') ?>
|
, <?= UOJLocale::get('last active at') ?>
|
||||||
<?= fTime($last_visited, 0) ?>
|
<?= fTime($last_visited, 0) ?>
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user