diff --git a/css/style.css b/css/style.css index c782df7..7575ced 100644 --- a/css/style.css +++ b/css/style.css @@ -54,16 +54,6 @@ table.dataTable { vertical-align: top; } -.overpass-layer-icon i { - position: absolute; - top: 7px; - left: 7px; - color: white; - margin: auto; - display: inline-block; - font-size: 11px; -} - /* wrap toolbar controls */ .leaflet-top.leaflet-left { bottom: 0; diff --git a/js/LayersConfig.js b/js/LayersConfig.js index eed72a3..146ca53 100644 --- a/js/LayersConfig.js +++ b/js/LayersConfig.js @@ -181,8 +181,7 @@ BR.LayersConfig = L.Class.extend({ title: '{{ tags.name }}', body: '
| {{ k }} | {% if k matches "/email/" %}{{ v }}{% elseif v matches "/^http/" %}{{ v }}{% elseif v matches "/^www/" %}{{ v }}{% else %}{{ v }}{% endif %} |
|---|