]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.css
gitweb: Add combined diff support to git_difftree_body
[Gitweb] / gitweb.css
index ff026dbe4a6d2687ddecdbd6bdc38356e6e848bc6d83af1f2dcbf4e11f7e59fe..f87636e23064a9b1c003ffd2ed40d8d88e48d17d83568b64f5eb9bd6c80e48de 100644 (file)
@@ -181,6 +181,23 @@ table.diff_tree {
        font-family: monospace;
 }
 
        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;
 }
 table.blame {
        border-collapse: collapse;
 }
This page took 0.188257 seconds and 4 git commands to generate.