fix link hover effect so it doesn't underline A NAME tags
authorivan <ivan>
Mon, 22 Mar 2010 06:34:52 +0000 (06:34 +0000)
committerivan <ivan>
Mon, 22 Mar 2010 06:34:52 +0000 (06:34 +0000)
httemplate/elements/freeside.css

index f96fcc8..fc246f5 100644 (file)
@@ -11,7 +11,7 @@ a:link, a:visited {
   color: #000000;
 } 
 
-a:hover {
+a[href]:hover {
   text-decoration: underline;
   color: #7e0079;
 }