summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/edit_map.js2
-rw-r--r--static/styles.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/static/edit_map.js b/static/edit_map.js
index b43db42..6aedc73 100644
--- a/static/edit_map.js
+++ b/static/edit_map.js
@@ -62,7 +62,7 @@ function init(){
maxResolution: 156543.0399,
units: 'm',
projection: epsg_projection,
- displayProjection: epsg_display_projection,
+ displayProjection: epsg_display_projection
} );
layerMarkers.setOpacity(0.5);
map.addLayers([layerMapnik, layerMarkers]);
diff --git a/static/styles.css b/static/styles.css
index 205521e..28af34c 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -202,7 +202,7 @@ ul#categories{
margin:0;
padding:0;
overflow:auto;
-height:140px;
+height:180px;
}
ul#categories li{