Author: Michael Krelin <hacker@klever.net>
correct typo in CSS
cgit.css | 2 +-
diff --git a/cgit.css b/cgit.css
index 54bbfccb421faf0c35f6eb4749ccef40f9e88d06..65ff5c3a85ee0dc4ec1134a0c1a1fbe099a09197 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;
}