diff options
| author | Junio C Hamano <junkio@cox.net> | 2007-05-09 00:23:41 -0700 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2007-05-09 00:23:41 -0700 |
| commit | a6261668549ed2b1c52b526e87a097c2703443fa (patch) | |
| tree | d4d0d588c33a8c9f3948ca16146efa106d375f7b /gitweb/gitweb.css | |
| parent | 467592ea926d105e1cb78b2471b28bf37e8c62c6 (diff) | |
| parent | 208ecb2e860364aeffb22eb1f644db077b1c5162 (diff) | |
| download | git-a6261668549ed2b1c52b526e87a097c2703443fa.tar.xz | |
Merge branch 'jn/gitweb'
* jn/gitweb:
gitweb: Show combined diff for merge commits in 'commit' view
gitweb: Show combined diff for merge commits in 'commitdiff' view
gitweb: Make it possible to use pre-parsed info in git_difftree_body
gitweb: Add combined diff support to git_patchset_body
gitweb: Add combined diff support to git_difftree_body
gitweb: Add parsing of raw combined diff format to parse_difftree_raw_line
Diffstat (limited to 'gitweb/gitweb.css')
| -rw-r--r-- | gitweb/gitweb.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gitweb/gitweb.css b/gitweb/gitweb.css index 2b023bd98a..e795b70b2b 100644 --- a/gitweb/gitweb.css +++ b/gitweb/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; } |
