summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Narebski <jnareb@gmail.com>2007-03-24 19:59:13 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-03-25 05:25:55 (GMT)
commit4ae89b76252d1c13a6675a2a4e491983946d72ec (patch)
tree1f8e9247f74842d0e38b5070d7ad75fe9ae8ed3a
parent346d5e1835937d701785300717ce34f92609c2b3 (diff)
downloadgit-4ae89b76252d1c13a6675a2a4e491983946d72ec.zip
git-4ae89b76252d1c13a6675a2a4e491983946d72ec.tar.gz
git-4ae89b76252d1c13a6675a2a4e491983946d72ec.tar.bz2
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 <jnareb@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--gitweb/gitweb.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitweb/gitweb.css b/gitweb/gitweb.css
index 7177c6e..5e40292 100644
--- a/gitweb/gitweb.css
+++ b/gitweb/gitweb.css
@@ -107,7 +107,7 @@ span.age {
font-style: italic;
}
-div.page_body span.signoff {
+span.signoff {
color: #888888;
}