diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-04-28 08:48:09 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-28 08:48:09 +0300 |
commit | 8656ab726d4aba08164f8ed7a242830c12239be3 (patch) | |
tree | 7a86f5ab88954487cbf0ff27d982785210167ad2 /modules | |
parent | aa6c97154e83c388f89274c4eb3f4c518fb8aac4 (diff) | |
parent | c4460f09a580425efebb9f3ee7c9c3372d5f085b (diff) |
Merge pull request #1767 from SvenRoederer/patch-2
luci-mod-freifunk: align spacing
Diffstat (limited to 'modules')
-rw-r--r-- | modules/luci-mod-freifunk/htdocs/luci-static/resources/OSMLatLon.htm | 3 |
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> |