From 7745b49e9e90f043f4e494f1fe024cbd5b833de5 Mon Sep 17 00:00:00 2001 From: Peter Parks Date: Tue, 1 Nov 2011 22:46:55 -0700 Subject: Defined margin as 0 on .vimiumHintMarker and .vimiumHUD to protect against margin settings on the base div element by sites --- background_page.html | 1 + 1 file changed, 1 insertion(+) (limited to 'background_page.html') diff --git a/background_page.html b/background_page.html index ada4b70c..73ffd77f 100644 --- a/background_page.html +++ b/background_page.html @@ -53,6 +53,7 @@ 'position:absolute;' + 'background-color:yellow;' + 'padding:0 1px;' + + 'margin: 0;' + 'width:auto;' + 'display:block;' + 'border:1px solid #E3BE23;' + -- cgit v1.2.3