fix css
authorStricted <Stricted@nexus-irc.de>
Thu, 19 Nov 2015 17:49:20 +0000 (18:49 +0100)
committerStricted <Stricted@nexus-irc.de>
Thu, 19 Nov 2015 17:49:20 +0000 (18:49 +0100)
gitweb.css

index 23e8602c5561526caab72d64dd67634aa18602c9..b622e3dfb70397b600cd223b180d5fa2258e781a 100644 (file)
@@ -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;