]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Make hover on the gitweb page work as on the other web pages.
authorAndre Noll <maan@systemlinux.org>
Tue, 15 Apr 2008 05:47:47 +0000 (07:47 +0200)
committerAndre Noll <maan@systemlinux.org>
Tue, 15 Apr 2008 05:47:47 +0000 (07:47 +0200)
web/gitweb.css

index 652b9cc99c752d403d682506c7102d225521a853..08110a6e7ae4ccfa927cd7f4a4b310f035b63d7f 100644 (file)
@@ -14,8 +14,9 @@ a {
        color: #BA3708;
 }
 
-a:hover, a:visited, a:active {
+a:hover {
        color: #BA3708;
+       background-color: #ffff00;
 }
 
 span.cntrl {