Kill atnight
authorChris Morgan <me@chrismorgan.info>
committerChris Morgan <me@chrismorgan.info>
Whose bright idea was *that*? Serious misfeature.
gitweb.cgi
static/gitweb.css

index ef15a7030c21550ec3a6bf97ec376982f06a0c28..099d2b39da01a5bbc6c5c125c82b1af8f2b80600 100755 (executable)
@@ -4546,9 +4546,6 @@ sub format_timestamp_html {
        }
 
        my $localtime_format = '(%02d:%02d %s)';
-       if ($date->{'hour_local'} < 6) {
-               $localtime_format = '(<span class="atnight">%02d:%02d</span> %s)';
-       }
        $strtime .= ' ' .
                    sprintf($localtime_format,
                            $date->{'hour_local'}, $date->{'minute_local'}, $date->{'tz_local'});
index 69ced16a6a94d4eb94bd5d7ba6020a09c9abee98..71895a7a2080c63fbe7c276cc6bbb1e6d654be90 100644 (file)
@@ -618,10 +618,6 @@ span.refs span.head {
        border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
 }
 
-span.atnight {
-       color: #cc0000;
-}
-
 span.match {
        color: #e00000;
 }