]> Lady’s Gitweb - Gitweb/commitdiff
gitweb: Fix not marking signoff lines in "log" view
authorJakub Narebski <redacted>
Sat, 24 Mar 2007 19:59:13 +0000 (20:59 +0100)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:11 +0000 (00:07 -0400)
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.css

index 6ca83f01359950f95405d4b101d6427d2b170bd07774ab548259df6579518768..5ff0317fad223f4c467e45435ed6b4bfb1b7f8eb7aeb63938e5006c8427f9a1a 100644 (file)
@@ -107,7 +107,7 @@ span.age {
        font-style: italic;
 }
 
-div.page_body span.signoff {
+span.signoff {
        color: #888888;
 }
 
This page took 0.212951 seconds and 4 git commands to generate.