]> Lady’s Gitweb - Gitweb/commit
gitweb: Make .error style generic
authorJakub Narebski <redacted>
Fri, 24 Jul 2009 22:44:01 +0000 (00:44 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:50:39 +0000 (00:50 -0400)
commitc5617d721b904e77d3d80c8e1cf68ca5c9d36a08e1429bba74433cee33de7e36
treea66c62ef339d9ab5c20749eb17f6a798a74e17eaad1572ccabe5848f97bf4ea9
parent416cfa273fe54094a3de0b8edff22e1c7af1beec794b457c9cecef19e2a6654b
gitweb: Make .error style generic

Style for td.error was introduced in 1f1ab5f (gitweb: style done with
stylesheet, 2006-06-20) to replace inline style for errors in old
multi-column "git annotate" based 'blame' view.  This view was then
since removed (replaced by "git-blame" based 'blame' view, with fewer
colums), making this style unused.

Make this style more generic by replacing td.error with .error to make
it apply to any element.  It will be used in 'blame_incremental' view
to show error messages.

Signed-off-by: Jakub Narebski <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.css
This page took 0.278821 seconds and 4 git commands to generate.