X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/57e25ee7cb4a124c341a506baa3310f639c34abed7ed4d12280ef34e0a558f1f..45f332fd3d8cb3109ecff6009543e96bce4e12b857ea307cdc9fe66b5b58549d:/gitweb.css diff --git a/gitweb.css b/gitweb.css index 64b91d0..82fc262 100644 --- a/gitweb.css +++ b/gitweb.css @@ -281,6 +281,12 @@ table.diff_tree span.file_status.copied { color: #70a070; } +/* noage: "No commits" */ +table.project_list td.noage { + color: #808080; + font-style: italic; +} + /* age2: 60*60*24*2 <= age */ table.project_list td.age2, table.blame td.age2 { font-style: italic;