X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/46be2abf073ca4b4a16d993e9b9f2db55e5d1073edb5eb44f167d3fe7470a307..740f25d80a7fae7f7e7a5c6281367ce82cf1ede7a01ce09b5f1fe921a4cec4ae:/gitweb.css diff --git a/gitweb.css b/gitweb.css index 5ff0317..f87636e 100644 --- a/gitweb.css +++ b/gitweb.css @@ -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;