Skip to content

Commit 4ae89b7

Browse files
jnarebJunio C Hamano
authored andcommitted
gitweb: Fix not marking signoff lines in "log" view
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 346d5e1 commit 4ae89b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitweb/gitweb.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ span.age {
107107
font-style: italic;
108108
}
109109

110-
div.page_body span.signoff {
110+
span.signoff {
111111
color: #888888;
112112
}
113113

0 commit comments

Comments
 (0)