summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 346d5e1)
raw | patch | inline | side by side (parent: 346d5e1)
author | Jakub Narebski <jnareb@gmail.com> | |
Sat, 24 Mar 2007 19:59:13 +0000 (20:59 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 25 Mar 2007 05:25:55 +0000 (22:25 -0700) |
The CSS selector for signoff lines style was too strict: in the "log"
view the commit message is not encompassed in container "page_body"
div.
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
view the commit message is not encompassed in container "page_body"
div.
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.css | patch | blob | history |
diff --git a/gitweb/gitweb.css b/gitweb/gitweb.css
index 7177c6e86b8e8c3dc1e5d0db4bce4122cbe2430a..5e402924040d55aff5fb831a737d108d1e68a0bb 100644 (file)
--- a/gitweb/gitweb.css
+++ b/gitweb/gitweb.css
font-style: italic;
}
-div.page_body span.signoff {
+span.signoff {
color: #888888;
}