added minimap left and bottom margin

This commit is contained in:
following
2013-05-16 21:51:45 +02:00
parent 1d6b2e27c3
commit 5a564ab19d

View File

@ -5,7 +5,7 @@
***************************************************************************}
{if $minimap_enabled}
<div>
<img class="img-minimap" style="margin-top: 16px; margin-right: 20px; width: 220px; height: 220px; float: right;" src="{$minimap_url|escape}{foreach name=newcaches from=$newcaches item=cacheitem}|{$cacheitem.latitude},{$cacheitem.longitude}{/foreach}">
<img class="img-minimap" style="margin:16px 20px 16px 16px; width: 220px; height: 220px; float: right;" src="{$minimap_url|escape}{foreach name=newcaches from=$newcaches item=cacheitem}|{$cacheitem.latitude},{$cacheitem.longitude}{/foreach}">
{/if}
<ul class="nodot">
{foreach name=newcaches from=$newcaches item=cacheitem}