* [PATCH] gitweb: Fix not marking signoff lines in "log" view
@ 2007-03-24 19:59 Jakub Narebski
0 siblings, 0 replies; only message in thread
From: Jakub Narebski @ 2007-03-24 19:59 UTC (permalink / raw)
To: git; +Cc: Jakub Narebski
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>
---
gitweb/gitweb.css | 2 +-
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;
}
--
1.5.0.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-03-24 19:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-24 19:59 [PATCH] gitweb: Fix not marking signoff lines in "log" view Jakub Narebski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).