pixels ipv gewoon rauwe integers
This commit is contained in:
parent
2503c153eb
commit
0fc0098442
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@
|
||||||
<script id="popup-template" type="text/x-handlebars-template">
|
<script id="popup-template" type="text/x-handlebars-template">
|
||||||
<div id="resto-popup">
|
<div id="resto-popup">
|
||||||
<h3>{{name}} ({{capacity}} pl.)</h3>
|
<h3>{{name}} ({{capacity}} pl.)</h3>
|
||||||
{{#if wheelchair}}{{<img src="img/Wheelchair_symbol.svg" class="wheelchair" style="width:30px;height:30px;">}}{{/if}}
|
{{#if wheelchair}}<img src="img/Wheelchair_symbol.svg" class="wheelchair" style="width:30px;height:30px;">{{/if}}
|
||||||
{{#if wifi}}{{<img src="img/Logo_WiFi.svg" class="wifi" style="width:40;height:20;">}}{{/if}}
|
{{#if wifi}}<img src="img/Logo_WiFi.svg" class="wifi" style="width:40px;height:20px;">{{/if}}
|
||||||
<img src="img/{{type}}.png" class="type">
|
<img src="img/{{type}}.png" class="type">
|
||||||
<div class="location">Locatie: {{address}}</div>
|
<div class="location">Locatie: {{address}}</div>
|
||||||
<div class="period">{{#if period.start}}
|
<div class="period">{{#if period.start}}
|
||||||
|
|
Loading…
Reference in a new issue