Author: Lars Hjemli <hjemli@gmail.com>
Merge branch 'stable' * stable: correct typo in CSS
cgit.css | 2 +-
diff --git a/cgit.css b/cgit.css
index f69cc7574d1b8e6a55ec2243b6e609ee5459f047..b8c3d810268e1769182cd040fc21f0969e84af8d 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;
}