Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
gitweb: Fix not marking signoff lines in "log" view
author
Jakub Narebski
<jnareb@gmail.com>
Sat, 24 Mar 2007 19:59:13 +0000
(20:59 +0100)
committer
Junio 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
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
346d5e1
)
diff --git
a/gitweb/gitweb.css
b/gitweb/gitweb.css
index 7177c6e86b8e8c3dc1e5d0db4bce4122cbe2430a..5e402924040d55aff5fb831a737d108d1e68a0bb 100644
(file)
--- 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;
}