|
|
|
@ -60,6 +60,6 @@ if (PIMpages != "fail") |
|
|
|
|
while (page = pages.shift()){ |
|
|
|
|
myDiv.innerHTML += "<p class=\"GM_PIM_link\"><a href=\""+PIM_URL+page+"\">"+page+"</a></p>"; |
|
|
|
|
} |
|
|
|
|
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); |
|
|
|
|
} |
|
|
|
|