From fa7af1387e339bf3628abafca83a76b271de53e6 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Sat, 8 Jan 2022 16:05:32 +1100 Subject: [PATCH] Kill atnight Whose bright idea was *that*? Serious misfeature. --- gitweb.cgi | 3 --- static/gitweb.css | 4 ---- 2 files changed, 7 deletions(-) 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; } -- 2.42.0