Skip to content

Commit

Permalink
gitweb: Fix not marking signoff lines in "log" view
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jakub Narebski authored and Junio C Hamano committed Mar 25, 2007
1 parent 346d5e1 commit 4ae89b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitweb/gitweb.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ span.age {
font-style: italic;
}

div.page_body span.signoff {
span.signoff {
color: #888888;
}

Expand Down

0 comments on commit 4ae89b7

Please sign in to comment.