Use <a> instead of <a href="#"> for JavaScript click events
[lhc/web/wiklou.git] / resources / src / mediawiki.skinning / elements.css
index 7b0b071..5fbfb85 100644 (file)
@@ -11,6 +11,7 @@ a {
        text-decoration: none;
        color: #0645ad;
        background: none;
+       cursor: pointer; /* Always cursor:pointer even without href */
 }
 
 a:visited {