diff options
| author | jez | 2010-12-28 18:04:23 +0800 |
|---|---|---|
| committer | jez | 2010-12-28 18:07:50 +0800 |
| commit | d1885a7078589e875ae0c6801ec935309566dd10 (patch) | |
| tree | 5b3f87d1aa7cef821bc899defda8775218ad10e2 /vimiumFrontend.js | |
| parent | e64b5ac3790b9af1c2bcdbf0548be95444f35839 (diff) | |
| download | vimium-d1885a7078589e875ae0c6801ec935309566dd10.tar.bz2 | |
Set width:auto on the HUD.
Some sites set this value for all divs, so this overrides it back to the
default.
Diffstat (limited to 'vimiumFrontend.js')
| -rw-r--r-- | vimiumFrontend.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vimiumFrontend.js b/vimiumFrontend.js index 16f0fdde..e72764fe 100644 --- a/vimiumFrontend.js +++ b/vimiumFrontend.js @@ -636,6 +636,7 @@ HUD = { "bottom: 0px;" + "color: black;" + "height: 13px;" + + "width: auto;" + "max-width: 400px;" + "min-width: 150px;" + "text-align: left;" + |
