diff options
author | Junio C Hamano <junkio@cox.net> | 2007-03-25 00:21:40 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-03-25 00:21:40 -0700 |
commit | 12d6697f3a9f07db0c437438804aec994fc34035 (patch) | |
tree | 801ff71c9706fcebbebb97b2c28fa64b3b2d6e09 /gitweb/gitweb.css | |
parent | 06aff47b225506c4603a6f5ec5b4b16aa6a9d7ba (diff) | |
parent | cd67c8e0bc6f61ffccc12d1775bc1a200df5fe85 (diff) | |
download | git-12d6697f3a9f07db0c437438804aec994fc34035.tar.gz |
Merge branch 'maint'
* maint:
gitweb: Add some installation notes in gitweb/INSTALL
gitweb: Fix not marking signoff lines in "log" view
gitweb: Don't escape attributes in CGI.pm HTML methods
gitweb: Change to use explicitly function call cgi->escapHTML()
Diffstat (limited to 'gitweb/gitweb.css')
-rw-r--r-- | gitweb/gitweb.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitweb/gitweb.css b/gitweb/gitweb.css index 7177c6e86b..5e40292404 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; } |