]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.css
gitweb: Use git-diff-tree patch output for commitdiff
[Gitweb] / gitweb.css
index c0025c666c9cb40acc8ff42b11d513f184835e90e50e51badfa030aca6a17091..2ae22e62dd3c97ab6cfdafd7c4b943e94ac4036d974148fc27fb070d55f4cdad 100644 (file)
@@ -42,6 +42,7 @@ div.page_nav a:visited {
 
 div.page_path {
        padding: 8px;
+       font-weight: bold;
        border: solid #d9d8d1;
        border-width: 0px 0px 1px;
 }
@@ -117,11 +118,14 @@ div.list_head {
 
 a.list {
        text-decoration: none;
-       font-weight: bold;
        color: #000000;
 }
 
-table.tags a.list {
+a.subject, a.name {
+       font-weight: bold;
+}
+
+table.tags a.subject {
        font-weight: normal;
 }
 
@@ -226,6 +230,10 @@ table.diff_tree span.file_status.mode_chnge {
        color: #777777;
 }
 
+table.diff_tree span.file_status.copied {
+  color: #70a070;
+}
+
 /* age2: 60*60*24*2 <= age */
 table.project_list td.age2, table.blame td.age2 {
        font-style: italic;
This page took 0.402086 seconds and 4 git commands to generate.