1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-06 00:45:48 +01:00

move cursor property assignment to .hl-URL

This commit is contained in:
Doug Kearns
2007-10-19 15:26:57 +00:00
parent 815f11ea3c
commit 0a01a5317b

View File

@@ -152,6 +152,7 @@ the terms of any one of the MPL, the GPL or the LGPL.
}
a.hl-URL:hover {
text-decoration: underline;
cursor: pointer;
}
/* MOW */
@@ -182,8 +183,4 @@ a.hl-URL:hover {
padding: 0px 2px;
}
#vimperator-multiline-output-content a {
cursor: pointer;
}
/* vim: set fdm=marker sw=4 ts=4 et: */