]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.css
gitweb: make "No commits" in project list gray, not bold green
[Gitweb] / gitweb.css
index 3918671298ea9a67988c4231ccbe440014068a9c8ce9c2c3b6207924fb851eb8..82fc262616666ccef820560d6bb50efa077c98a151575c7a2a08be51b5fe6f9e 100644 (file)
@@ -181,10 +181,15 @@ table.diff_tree {
        font-family: monospace;
 }
 
        font-family: monospace;
 }
 
+table.combined.diff_tree th {
+       text-align: center;
+}
+
 table.combined.diff_tree td {
        padding-right: 24px;
 }
 
 table.combined.diff_tree td {
        padding-right: 24px;
 }
 
+table.combined.diff_tree th.link,
 table.combined.diff_tree td.link {
        padding: 0px 2px;
 }
 table.combined.diff_tree td.link {
        padding: 0px 2px;
 }
@@ -276,6 +281,12 @@ table.diff_tree span.file_status.copied {
   color: #70a070;
 }
 
   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;
 /* age2: 60*60*24*2 <= age */
 table.project_list td.age2, table.blame td.age2 {
        font-style: italic;
This page took 0.232787 seconds and 4 git commands to generate.