Fix for "Permalink captions and harcoded to be smaller". (Closes #747)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@5406 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2007-12-14 12:11:33 +00:00
parent 22bbf98398
commit c1eb0fe24b
2 changed files with 1 additions and 1 deletions

View File

@@ -88,7 +88,6 @@ OpenLayers.Control.Permalink = OpenLayers.Class(OpenLayers.Control, {
if (!this.element) {
this.div.className = this.displayClass;
this.element = document.createElement("a");
this.element.style.fontSize="smaller";
this.element.innerHTML = "Permalink";
this.element.href="";
this.div.appendChild(this.element);