gitweb: Use light/dark for class names also in 'blame' view
commitaef37684ea713c96dc3e4913cf33962df1efb92b
authorJakub Narebski <jnareb@gmail.com>
Fri, 24 Jul 2009 22:44:06 +0000 (25 00:44 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 25 Jul 2009 08:39:16 +0000 (25 01:39 -0700)
tree6590967eca38558f6fbb322fd4ee17016e4d7735
parenta36817b6e7af625a6f1218a2d57874f5016e2c8d
gitweb: Use light/dark for class names 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