diff options
| author | Junio C Hamano <junkio@cox.net> | 2006-11-24 03:54:57 -0800 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2006-11-24 03:54:57 -0800 |
| commit | 634b8d05142a4812bf35fe8b14cc62c84494c78f (patch) | |
| tree | c75ad93c06d8e09680313fdf141d00c96012db88 /gitweb/gitweb.css | |
| parent | c7757948dc88ab744fd13acc3d0808cca31f9717 (diff) | |
| parent | 897d1d2e2a36d433c49d6246cd38133a540adddc (diff) | |
| download | git-634b8d05142a4812bf35fe8b14cc62c84494c78f.tar.xz | |
Merge branch 'jn/web'
* jn/web:
gitweb: Finish restoring "blob" links in git_difftree_body
gitweb: Refactor feed generation, make output prettier, add Atom feed
gitweb: Add an option to href() to return full URL
gitweb: New improved formatting of chunk header in diff
gitweb: Default to $hash_base or HEAD for $hash in "commit" and "commitdiff"
gitweb: Buffer diff header to deal with split patches + git_patchset_body refactoring
gitweb: Protect against possible warning in git_commitdiff
Diffstat (limited to 'gitweb/gitweb.css')
| -rw-r--r-- | gitweb/gitweb.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gitweb/gitweb.css b/gitweb/gitweb.css index 974b47f19c..7177c6e86b 100644 --- a/gitweb/gitweb.css +++ b/gitweb/gitweb.css @@ -334,11 +334,13 @@ div.diff.extended_header { padding: 2px 0px 2px 0px; } +div.diff a.list, div.diff a.path, div.diff a.hash { text-decoration: none; } +div.diff a.list:hover, div.diff a.path:hover, div.diff a.hash:hover { text-decoration: underline; @@ -362,14 +364,25 @@ div.diff.rem { color: #cc0000; } +div.diff.chunk_header a, div.diff.chunk_header { color: #990099; +} +div.diff.chunk_header { border: dotted #ffe0ff; border-width: 1px 0px 0px 0px; margin-top: 2px; } +div.diff.chunk_header span.chunk_info { + background-color: #ffeeff; +} + +div.diff.chunk_header span.section { + color: #aa22aa; +} + div.diff.incomplete { color: #cccccc; } |
