gitweb: Fix not marking signoff lines in "log" view
authorJakub Narebski <jnareb@gmail.com>
Sat, 24 Mar 2007 19:59:13 +0000 (20:59 +0100)
committerJunio 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>
gitweb/gitweb.css
index 7177c6e86b8e8c3dc1e5d0db4bce4122cbe2430a..5e402924040d55aff5fb831a737d108d1e68a0bb 100644 (file)
@@ -107,7 +107,7 @@ span.age {
        font-style: italic;
 }
 
-div.page_body span.signoff {
+span.signoff {
        color: #888888;
 }