From: Chris Morgan Date: Sat, 8 Jan 2022 05:05:32 +0000 (+1100) Subject: Kill atnight X-Git-Url: https://git.chrismorgan.info/gitweb/commitdiff_plain/fa7af1387e339bf3628abafca83a76b271de53e6 Kill atnight Whose bright idea was *that*? Serious misfeature. --- diff --git a/gitweb.cgi b/gitweb.cgi index ef15a70..099d2b3 100755 --- a/gitweb.cgi +++ b/gitweb.cgi @@ -4546,9 +4546,6 @@ sub format_timestamp_html { } my $localtime_format = '(%02d:%02d %s)'; - if ($date->{'hour_local'} < 6) { - $localtime_format = '(%02d:%02d %s)'; - } $strtime .= ' ' . sprintf($localtime_format, $date->{'hour_local'}, $date->{'minute_local'}, $date->{'tz_local'}); diff --git a/static/gitweb.css b/static/gitweb.css index 69ced16..71895a7 100644 --- a/static/gitweb.css +++ b/static/gitweb.css @@ -618,10 +618,6 @@ span.refs span.head { border-color: #ccffcc #00cc33 #00cc33 #ccffcc; } -span.atnight { - color: #cc0000; -} - span.match { color: #e00000; }