]> Lady’s Gitweb - Gitweb/commit
gitweb: Use light/dark for class names also in 'blame' view
authorJakub Narebski <redacted>
Fri, 24 Jul 2009 22:44:06 +0000 (00:44 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:50:39 +0000 (00:50 -0400)
commit347f4eb605fd50e3f5af322daf43fafea5bccf74356dc5077ea580e5a35ae59a
treedff9e3b2a269964fd209c73f7187c0c9a546bae4b89893d0a1d11d18a4293426
parente065c28ff583d75f493b564095936b0df9804ba341a4ee422ccfbc1a78158355
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.css
gitweb.perl
This page took 0.225026 seconds and 4 git commands to generate.