mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 07:28:00 +01:00
This reverts commit 5b706cae475e0253cace8c36115fe0f7bde15736.
This commit is contained in:
@@ -238,6 +238,7 @@ function Hints() //{{{
|
||||
setClass(imgspan, activeHint == hintnum)
|
||||
}
|
||||
|
||||
span.style.display = "inline";
|
||||
span.setAttribute("number", hintnum++);
|
||||
if (imgspan)
|
||||
imgspan.setAttribute("number", hintnum);
|
||||
|
||||
@@ -37,7 +37,6 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
||||
[liberator|highlight~=Hint] {
|
||||
z-index: 5000;
|
||||
position: absolute;
|
||||
display: inline;
|
||||
}
|
||||
[liberator|highlight~=Search] {
|
||||
display: inline;
|
||||
|
||||
Reference in New Issue
Block a user