X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/82f3d8703e0792b57342ea8c08a499c6e5ea03f1902c766dbd39243646c54bcb..740f25d80a7fae7f7e7a5c6281367ce82cf1ede7a01ce09b5f1fe921a4cec4ae:/gitweb.css diff --git a/gitweb.css b/gitweb.css index ff026db..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; }