diff options
| author | Junio C Hamano <junkio@cox.net> | 2006-11-25 01:04:54 -0800 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2006-11-25 01:07:15 -0800 |
| commit | cadd8a7d4dad0a29a9b38b33979e7137adaf62cf (patch) | |
| tree | 2ed79a3d315629a6abd41ba103b846351dc1a0ac /gitweb/gitweb.css | |
| parent | 5677882be721be5e2706a546d90804da8d8d0bd5 (diff) | |
| parent | f64d7fd267c501f501e18a888e3e1e0c5b56458f (diff) | |
| download | git-cadd8a7d4dad0a29a9b38b33979e7137adaf62cf.tar.xz | |
Merge branch 'master' into jc/globfetch
This is to pick up the fix made on master:
git-fetch: exit with non-zero status when fast-forward check fails
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; } |
