From 4a1e064b6dbabe0ff078227087e8005768e3652d Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Fri, 5 Dec 2008 06:30:26 -0500 Subject: [PATCH] Move Hint { display: inline; } to CSS --- common/content/hints.js | 1 - common/skin/liberator.css | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/hints.js b/common/content/hints.js index d1536915..088b5b7e 100644 --- a/common/content/hints.js +++ b/common/content/hints.js @@ -238,7 +238,6 @@ function Hints() //{{{ setClass(imgspan, activeHint == hintnum) } - span.style.display = "inline"; span.setAttribute("number", hintnum++); if (imgspan) imgspan.setAttribute("number", hintnum); diff --git a/common/skin/liberator.css b/common/skin/liberator.css index c892b45e..70a8e3f7 100644 --- a/common/skin/liberator.css +++ b/common/skin/liberator.css @@ -37,6 +37,7 @@ 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;