From: Stricted Date: Thu, 19 Nov 2015 17:49:20 +0000 (+0100) Subject: fix css X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5810fb9575e2514ffb9605c9fa2c61e474893177;p=gitweb.git fix css --- diff --git a/gitweb.css b/gitweb.css index 23e8602..b622e3d 100644 --- a/gitweb.css +++ b/gitweb.css @@ -326,18 +326,18 @@ table.diff_tree span.file_status.copied { } /* noage: "No commits" */ -table.project_list td.noage { +table.project_list td.noage, table.shortlog td.noage { color: #808080; font-style: italic; } /* age2: 60*60*24*2 <= age */ -table.project_list td.age2, table.blame td.age2 { +table.project_list td.age2, table.blame td.age2, table.shortlog td.age2 { font-style: italic; } /* age1: 60*60*2 <= age < 60*60*24*2 */ -table.project_list td.age1 { +table.project_list td.age1, table.shortlog td.age1 { color: #009900; font-style: italic; } @@ -348,7 +348,7 @@ table.blame td.age1 { } /* age0: age < 60*60*2 */ -table.project_list td.age0 { +table.project_list td.age0, table.shortlog td.age0 { color: #009900; font-style: italic; font-weight: bold;