Switch to container stack

This commit is contained in:
johannrichard 2018-10-28 14:02:16 +01:00
parent 089728a119
commit 95ef5f0bfb
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ $ http {{ .Host }}/port/8080
</div>
{{ if .City }}
<div class="pure-u-1 pure-u-md-1-1">
<iframe width="100%" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.openstreetmap.org/export/embed.html?bbox={{ .BoxLonLeft }}%2C{{ .BoxLatBottom }}%2C{{ .BoxLonRight }}%2C{{ .BoxLatTop }}&amp;layer=mapnik&amp;marker={{ .Latitude }}%2C{{ .Longitude }}" style="border: 1px solid black"></iframe>
<iframe width="100%" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.openstreetmap.org/export/embed.html?bbox={{ .BoxLonLeft }}%2C{{ .BoxLatBottom }}%2C{{ .BoxLonRight }}%2C{{ .BoxLatTop }}&amp;layer=mapnik&amp;marker={{ .Latitude }}%2C{{ .Longitude }}"></iframe>
</div>
{{ end }}
<div class="pure-u-1 pure-u-md-1-2">