]> Lady’s Gitweb - Gitweb/commitdiff
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)
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

index ad71a3f39a7f81011cc5d115534e0b6805cbcd6b28d955a51a75a5176d0a8db3..f692e74a68685a5724aadca9cc19153c216b37e908616a2e0a59edde2ed86a24 100644 (file)
@@ -262,7 +262,7 @@ td.sha1 {
        font-family: monospace;
 }
 
-td.error {
+.error {
        color: red;
        background-color: yellow;
 }
This page took 0.22237 seconds and 4 git commands to generate.