X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/ad73a351ead156caf3e0aa228030fbc0fbe28bb7801a78c27019d124d83dedf8..69896a0d1b94c7151bd49c09da0badc7e95a12e8951109489ebf21250ab3ff03:/gitweb.css diff --git a/gitweb.css b/gitweb.css index 3918671..82fc262 100644 --- a/gitweb.css +++ b/gitweb.css @@ -181,10 +181,15 @@ table.diff_tree { font-family: monospace; } +table.combined.diff_tree th { + text-align: center; +} + table.combined.diff_tree td { padding-right: 24px; } +table.combined.diff_tree th.link, table.combined.diff_tree td.link { padding: 0px 2px; } @@ -276,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;