From: Michael Krelin Date: Thu, 4 Oct 2007 22:21:30 +0000 (+0200) Subject: correct typo in CSS X-Git-Tag: v0.7~17^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd39489f4f49f9efe45c881d3f5f503c0068148a;p=cgit correct typo in CSS --- diff --git a/cgit.css b/cgit.css index 54bbfcc..65ff5c3 100644 --- a/cgit.css +++ b/cgit.css @@ -99,7 +99,7 @@ td#header a { color: #666; } -td#header a:hoved { +td#header a:hover { text-decoration: underline; }