Left-align intro buttons and update donate icon
This commit is contained in:
parent
6d5ce8d492
commit
8f3e6ca6d7
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
<% if !@user %>
|
||||
<p class="inner12 large-text"><%= t 'layouts.intro_text' %></p>
|
||||
|
||||
<div style="text-align: center;">
|
||||
<div class="inner12">
|
||||
<a class="button" href="<%= about_path %>"><%= t('layouts.learn_more') %></a>
|
||||
<a class="button" href="<%= user_new_path %>"><%= t('layouts.sign_up') %></a>
|
||||
</div>
|
||||
|
|
|
@ -2152,7 +2152,7 @@ en:
|
|||
overlays: Enable overlays for troubleshooting the map
|
||||
title: "Layers"
|
||||
copyright: "© <a href='%{copyright_url}'>OpenStreetMap contributors</a>"
|
||||
donate_link_text: "<span class='icon donate'></span><a class='donate-attr' href='%{donate_url}'>Make a Donation</a>"
|
||||
donate_link_text: "♥ <a class='donate-attr' href='%{donate_url}'>Make a Donation</a>"
|
||||
site:
|
||||
edit_tooltip: Edit the map
|
||||
edit_disabled_tooltip: Zoom in to edit the map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue