OpenLayers OpenLayers

Ticket #748: Openlayers.Control.Scale.StyleToCSS.patch

File Openlayers.Control.Scale.StyleToCSS.patch, 489 bytes (added by openlayers, 2 years ago)
  • Scale.js

    old new  
    3333        if (!this.element) { 
    3434            this.element = document.createElement("div"); 
    3535            this.div.className = this.displayClass; 
    36             this.element.style.fontSize="smaller"; 
    3736            this.div.appendChild(this.element); 
    3837        } 
    3938        this.map.events.register( 'moveend', this, this.updateScale);