]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/index.html.erb
Move more styling into CSS and make it support RTL layout
[rails.git] / app / views / site / index.html.erb
index 5f42f416d65db6fb833f208408f35ee8ac8cdf8c..5c02efb82ffc5854e22d5cb0d69d3aecb25a2028 100644 (file)
 <div id="attribution">
   <table width="100%">
     <tr>
 <div id="attribution">
   <table width="100%">
     <tr>
-      <td align="left"><%= t'site.index.license.license_url' %></td>
-      <td align="right"><%= t'site.index.license.project_url' %></td>
+      <td class="attribution_license"><%= t'site.index.license.license_url' %></td>
+      <td class="attribution_project"><%= t'site.index.license.project_url' %></td>
     </tr>
     <tr>
     </tr>
     <tr>
-      <td colspan="2" align="center"><%=
+      <td colspan="2" class="attribution_notice"><%=
         t'site.index.license.notice',
           :license_name => t('site.index.license.license_name'),
           :project_name => t('site.index.license.project_name')
         t'site.index.license.notice',
           :license_name => t('site.index.license.license_name'),
           :project_name => t('site.index.license.project_name')