Remove unused CSS classes

The classes ol-layers, ol-layer-image, and ol-layer-tile are not used.
This commit is contained in:
Tom Payne
2013-04-28 16:40:15 +02:00
parent 01d06d0a2e
commit ef915e1cd0
3 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ ol.renderer.dom.Map = function(container, map) {
* @private
*/
this.layersPane_ = goog.dom.createElement(goog.dom.TagName.DIV);
this.layersPane_.className = 'ol-layers ' + ol.css.CLASS_UNSELECTABLE;
this.layersPane_.className = ol.css.CLASS_UNSELECTABLE;
var style = this.layersPane_.style;
style.position = 'absolute';
style.width = '100%';