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); }