diff options
author | Struan Donald <struan@exo.org.uk> | 2013-08-09 15:43:27 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-08-09 15:43:27 +0100 |
commit | a782c79caf3a48f5ceabf6b8d6072e4e47f1080f (patch) | |
tree | e799c372e15a6561c66321ef36953442afb80787 | |
parent | fac2ebd18720509a41fea47036300056665625ab (diff) |
relocate icon is displayed using background-image
-rw-r--r-- | templates/around.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/around.html b/templates/around.html index 6ca584b..395857d 100644 --- a/templates/around.html +++ b/templates/around.html @@ -28,7 +28,7 @@ <form class="inputcard" name="postcodeForm" id="postcodeForm"> <input type="search" id="pc" name="pc" placeholder="[% loc('Search or scroll the map') %]"> </form> - <a data-role="none" id="relocate" class="nodisplay"><img src="images/location@x2.png"></a> + <a data-role="none" id="relocate" class="nodisplay"></a> <div class="nodisplay" id="front-howto"></div> </div> |