1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 21:28:00 +01:00

Remove rollover effects from anchors without hrefs.

This commit is contained in:
Kris Maglione
2009-11-03 21:48:23 -05:00
parent 20dea05613
commit 66286a890c

View File

@@ -150,7 +150,7 @@ Highlights.prototype.CSS = <![CDATA[
HelpKey color: #102663;
HelpLink,html|a,liberator://help/* text-decoration: none;
HelpLink:hover text-decoration: underline;
HelpLink[href]:hover text-decoration: underline;
HelpList,html|ul,liberator://help/* display: block; list-style: outside disc;
HelpOrderedList,html|ol,liberator://help/* display: block; list-style: outside decimal;