]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.css
gitweb: bugfix: a.list formatting regression
[Gitweb] / gitweb.css
index c0025c666c9cb40acc8ff42b11d513f184835e90e50e51badfa030aca6a17091..35ad02b382c3baf59a2f045f3f68e05aa163c6b0f2c3982723c21e43fe09f48b 100644 (file)
@@ -117,11 +117,14 @@ div.list_head {
 
 a.list {
        text-decoration: none;
-       font-weight: bold;
        color: #000000;
 }
 
-table.tags a.list {
+a.subject {
+       font-weight: bold;
+}
+
+table.tags a.subject {
        font-weight: normal;
 }
 
@@ -226,6 +229,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.201491 seconds and 4 git commands to generate.