aboutsummaryrefslogtreecommitdiff
path: root/gitweb/gitweb.css
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-05-09 00:23:41 -0700
committerJunio C Hamano <junkio@cox.net>2007-05-09 00:23:41 -0700
commita6261668549ed2b1c52b526e87a097c2703443fa (patch)
treed4d0d588c33a8c9f3948ca16146efa106d375f7b /gitweb/gitweb.css
parent467592ea926d105e1cb78b2471b28bf37e8c62c6 (diff)
parent208ecb2e860364aeffb22eb1f644db077b1c5162 (diff)
downloadgit-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.css17
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;
}