1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-17 21:25:46 +01:00

Move Hint { display: inline; } to CSS

This commit is contained in:
Kris Maglione
2008-12-05 06:30:26 -05:00
parent 809da07b11
commit 4a1e064b6d
2 changed files with 1 additions and 1 deletions

View File

@@ -238,7 +238,6 @@ function Hints() //{{{
setClass(imgspan, activeHint == hintnum)
}
span.style.display = "inline";
span.setAttribute("number", hintnum++);
if (imgspan)
imgspan.setAttribute("number", hintnum);