gitweb: Use light/dark class also in 'blame' view
commit3643cc0939d60a1fdce611d7443b2e31a38998f0
authorJakub Narebski <jnareb@gmail.com>
Sun, 12 Jul 2009 22:08:45 +0000 (13 00:08 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Jul 2009 18:12:03 +0000 (13 11:12 -0700)
treeaa88ce120ffdef33b3f1cfe95404e6e8da775ae4
parent3ad49bb3ef83050926617743b8035586b3e83420
gitweb: Use light/dark class also in 'blame' view

Instead of using "light2" and "dark2" for class names in 'blame' view
(in place of "light" and "dark" classes in other places) to avoid
changing style on hover in 'blame' view while doing it for other views
(like 'shortlog'), use more advanced CSS, relying on the fact that
more specific selector wins.

While at it add a few comments to gitweb CSS file, and consolidate
some repeated info.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.css
gitweb/gitweb.perl