]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.css
gitweb: Add combined diff support to git_difftree_body
[Gitweb] / gitweb.css
index 6ca83f01359950f95405d4b101d6427d2b170bd07774ab548259df6579518768..f87636e23064a9b1c003ffd2ed40d8d88e48d17d83568b64f5eb9bd6c80e48de 100644 (file)
@@ -107,7 +107,7 @@ span.age {
        font-style: italic;
 }
 
-div.page_body span.signoff {
+span.signoff {
        color: #888888;
 }
 
@@ -181,6 +181,23 @@ table.diff_tree {
        font-family: monospace;
 }
 
+table.combined.diff_tree td {
+       padding-right: 24px;
+}
+
+table.combined.diff_tree td.link {
+       padding: 0px 2px;
+}
+
+table.combined.diff_tree td.nochange a {
+       color: #6666ff;
+}
+
+table.combined.diff_tree td.nochange a:hover,
+table.combined.diff_tree td.nochange a:visited {
+       color: #d06666;
+}
+
 table.blame {
        border-collapse: collapse;
 }
@@ -387,6 +404,10 @@ div.diff.incomplete {
        color: #cccccc;
 }
 
+div.diff.nodifferences {
+       font-weight: bold;
+       color: #600000;
+}
 
 div.index_include {
        border: solid #d9d8d1;
This page took 0.199092 seconds and 4 git commands to generate.