diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-05-10 17:01:31 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-05-10 17:01:31 +0200 |
commit | 49cc78eecb720b5770ccb4e6627cad0adbb5c060 (patch) | |
tree | a5cfc53c09451f26fab730b3d152e0ac2a9d8d7e /templates/geolocation.html.ep | |
parent | 562e05cfcfcd91b49f07ad48f7ba8533e2523670 (diff) |
center entire _auto view
Diffstat (limited to 'templates/geolocation.html.ep')
-rw-r--r-- | templates/geolocation.html.ep | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/geolocation.html.ep b/templates/geolocation.html.ep index 66e456a..843892d 100644 --- a/templates/geolocation.html.ep +++ b/templates/geolocation.html.ep @@ -1,3 +1,5 @@ +<div class="geolocation"> <div class="candidateheader">Nächstgelegene Stationen:</div> <div class="candidatestatus">Bitte warten…</div> <div class="candidatelist"></div> +</div> <!-- geolocation --> |