diff options
| author | ilya | 2009-11-15 19:04:17 -0800 |
|---|---|---|
| committer | ilya | 2009-11-15 19:04:17 -0800 |
| commit | b44455fc6aba49b05bb684552ff63f14e7095328 (patch) | |
| tree | 9c90a8644ccf56d8866ff869192d7db06853985a /vimiumFrontend.js | |
| parent | 1d126397d4ecb131f83ee8709df2e2568967ac9c (diff) | |
| download | vimium-b44455fc6aba49b05bb684552ff63f14e7095328.tar.bz2 | |
Move the HUD over to the right for the time being -- it gets covered up by the status bar on the left.
Diffstat (limited to 'vimiumFrontend.js')
| -rw-r--r-- | vimiumFrontend.js | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |
