summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2018-04-28 08:48:09 +0300
committerGitHub <noreply@github.com>2018-04-28 08:48:09 +0300
commit8656ab726d4aba08164f8ed7a242830c12239be3 (patch)
tree7a86f5ab88954487cbf0ff27d982785210167ad2
parentaa6c97154e83c388f89274c4eb3f4c518fb8aac4 (diff)
parentc4460f09a580425efebb9f3ee7c9c3372d5f085b (diff)
Merge pull request #1767 from SvenRoederer/patch-2
luci-mod-freifunk: align spacing
-rw-r--r--modules/luci-mod-freifunk/htdocs/luci-static/resources/OSMLatLon.htm3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/luci-mod-freifunk/htdocs/luci-static/resources/OSMLatLon.htm b/modules/luci-mod-freifunk/htdocs/luci-static/resources/OSMLatLon.htm
index 18be30be3..9f017c9e7 100644
--- a/modules/luci-mod-freifunk/htdocs/luci-static/resources/OSMLatLon.htm
+++ b/modules/luci-mod-freifunk/htdocs/luci-static/resources/OSMLatLon.htm
@@ -6,7 +6,7 @@
<script type="text/javascript" src="http://www.openstreetmap.org/openlayers/OpenStreetMap.js"></script>
<script type="text/javascript" src="osm.js"></script>
</head>
-<body onload="init();drawmap();" style="padding:0px; margin:0px">
+<body onload="init();drawmap();" style="padding:0px; margin:0px">
<div id="map"></div>
<div style="position:absolute; bottom:0%; width:100%; background:url('cbi/black_60.png'); font-size:10px; color:#fff;z-index:1000">
Map by <a href="http://www.openstreetmap.org" title="www.openstreetmap.org" style="color:#fff;" >openstreetmap.org</a>, License CC-BY-SA
@@ -16,5 +16,4 @@
Longitude: <input id="osmlon" name="osmlon" type="text" size="20" style="font-size:10px;">
</span>
</div>
-
</body>