From b44455fc6aba49b05bb684552ff63f14e7095328 Mon Sep 17 00:00:00 2001 From: ilya Date: Sun, 15 Nov 2009 19:04:17 -0800 Subject: Move the HUD over to the right for the time being -- it gets covered up by the status bar on the left. --- vimiumFrontend.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimiumFrontend.js b/vimiumFrontend.js index 3424a52e..7aeb7118 100644 --- a/vimiumFrontend.js +++ b/vimiumFrontend.js @@ -171,7 +171,7 @@ HUD = { element.innerHTML = "howdy"; element.style.position = "fixed"; element.style.bottom = "0px"; - element.style.left = "10px"; + element.style.right = "20px"; element.style.backgroundColor = " #e5e5e5"; element.style.maxWidth = "400px"; element.style.fontSize = "11px"; -- cgit v1.2.3