]> git.openstreetmap.org Git - rails.git/commitdiff
Left-align intro buttons and update donate icon
authorEden Halperin <eden.halperin@gmail.com>
Thu, 7 Nov 2013 20:09:16 +0000 (15:09 -0500)
committerEden Halperin <eden.halperin@gmail.com>
Thu, 7 Nov 2013 20:09:16 +0000 (15:09 -0500)
app/views/site/index.html.erb
config/locales/en.yml

index 74fafe795b105d06be7ce305adf3a02c36d10aa5..1f82a92f0d4008fcc4f006f56b68ea47c5aba9a2 100644 (file)
@@ -9,7 +9,7 @@
 <% if !@user %>
   <p class="inner12 large-text"><%= t 'layouts.intro_text' %></p>
 
 <% 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>
     <a class="button" href="<%= about_path %>"><%= t('layouts.learn_more') %></a>
     <a class="button" href="<%= user_new_path %>"><%= t('layouts.sign_up') %></a>
   </div>
index 53f275dd8de453671dd188ed6e655550b23abdbf..b1826637dc5e2dc4e95439593f69841d5733e982 100644 (file)
@@ -2152,7 +2152,7 @@ en:
         overlays: Enable overlays for troubleshooting the map
         title: "Layers"
       copyright: "© <a href='%{copyright_url}'>OpenStreetMap contributors</a>"
         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: "&hearts; <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
     site:
       edit_tooltip: Edit the map
       edit_disabled_tooltip: Zoom in to edit the map