From d1885a7078589e875ae0c6801ec935309566dd10 Mon Sep 17 00:00:00 2001 From: jez Date: Tue, 28 Dec 2010 18:04:23 +0800 Subject: Set width:auto on the HUD. Some sites set this value for all divs, so this overrides it back to the default. --- vimiumFrontend.js | 1 + 1 file changed, 1 insertion(+) 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;" + -- cgit v1.2.3