]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.css
gitweb: Parse two-line from-file/to-file diff header in git_patchset_body
[Gitweb] / gitweb.css
index 2ae22e62dd3c97ab6cfdafd7c4b943e94ac4036d974148fc27fb070d55f4cdad..b924f573d3e43cc20fe0007ceaf0a25a3492caec2022d6eca1eadad469d8157a 100644 (file)
@@ -273,10 +273,12 @@ td.mode {
        font-family: monospace;
 }
 
+div.diff.to_file,
 div.diff.add {
        color: #008800;
 }
 
+div.diff.from_file,
 div.diff.rem {
        color: #cc0000;
 }
@@ -285,6 +287,10 @@ div.diff.chunk_header {
        color: #990099;
 }
 
+div.diff.incomplete {
+       color: #cccccc;
+}
+
 div.diff_info {
        font-family: monospace;
        color: #000099;
This page took 0.235064 seconds and 4 git commands to generate.