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

Revert change in parent; this style is already applied in liberator.js. Add !important there instead.

This commit is contained in:
Kris Maglione
2009-10-31 13:35:03 -04:00
parent d75c7cb870
commit fb9b81d1b7
2 changed files with 2 additions and 3 deletions

View File

@@ -320,7 +320,6 @@ function Hints() //{{{
span.style.left = leftPos + "px";
span.style.top = topPos + "px";
span.style.position = 'absolute';
fragment.appendChild(span);
pageHints.push([elem, text, span, null, elem.style.backgroundColor, elem.style.color, showText]);