]> git.openstreetmap.org Git - rails.git/commitdiff
Fix title alignment in Outlook/WindowsMail
authorHerve Saint-Amand <git@saintamh.org>
Wed, 8 Feb 2017 22:35:42 +0000 (22:35 +0000)
committerHerve Saint-Amand <git@saintamh.org>
Wed, 8 Feb 2017 22:35:42 +0000 (22:35 +0000)
app/views/layouts/notifier.html.erb

index dd041cca5268c01f9ec4ff3d904980c6c6ffeb32..62585e9383f8c8e8ae3676c09ce994afde1cd037 100644 (file)
@@ -13,7 +13,7 @@
                   <%= image_tag attachments["logo.png"].url, alt: "OpenStreetMap logo", title: "OpenStreetMap", height: "30", width: "30", border: "0" %>
                 </a>
               </td>
                   <%= image_tag attachments["logo.png"].url, alt: "OpenStreetMap logo", title: "OpenStreetMap", height: "30", width: "30", border: "0" %>
                 </a>
               </td>
-              <td style="padding: 10px 0px">
+              <td style="width: 550px; padding: 0px; text-align: left">
                 <a href="<%= @root_url %>" target="_blank" style="text-decoration: none; color: #000">
                   <h1 style="font-size: 18px; font-weight: 600; margin: 0; text-align: left">OpenStreetMap</h1>
                 </a>
                 <a href="<%= @root_url %>" target="_blank" style="text-decoration: none; color: #000">
                   <h1 style="font-size: 18px; font-weight: 600; margin: 0; text-align: left">OpenStreetMap</h1>
                 </a>