From 5b390e689dd8a6f4f8034c0a2a3eb6c3e4eb7364 Mon Sep 17 00:00:00 2001 From: Fabien Benetou Date: Tue, 14 Jun 2011 22:00:26 +0200 Subject: [PATCH] GM revertedpim script improved style --- pub/code/reverted_pim_links.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pub/code/reverted_pim_links.user.js b/pub/code/reverted_pim_links.user.js index ad4e919..91a2224 100644 --- a/pub/code/reverted_pim_links.user.js +++ b/pub/code/reverted_pim_links.user.js @@ -60,6 +60,6 @@ if (PIMpages != "fail") while (page = pages.shift()){ myDiv.innerHTML += "

"+page+"

"; } - myDiv.style.cssText = 'background-color:black !important; border:10px; align:right;'; + myDiv.style.cssText = 'background-color:black; border:10px; position:fixed; right:10px; top:10px;'; document.body.appendChild(myDiv); }