Skip to content

Commit

Permalink
Turns out there was a good reason for that
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcornu committed Oct 7, 2012
1 parent 7177195 commit 41eb3c6
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions lib/letter_opener/message.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<style type="text/css">
#message_headers {
width: 100%;
padding: 10px 0;
height: 90px;
padding: 10px 0 0 0;
margin: 0;
background: #fff;
font-size: 12px;
Expand Down Expand Up @@ -46,6 +47,13 @@
padding: 10px;
word-wrap: break-word;
}
<<<<<<< HEAD
=======

body {
margin-top: 100px !important;
}
>>>>>>> Turns out there was a good reason for that
</style>

<div id="message_headers">
Expand Down Expand Up @@ -83,7 +91,7 @@
<dt>Attachments:</dt>
<dd>
<% @attachments.each do |filename, path| %>
<div><a href="<%= path %>"><%= filename %></a></div>
<a href="<%= path %>"><%= filename %></a>&nbsp;
<% end %>
</dd>
<% end %>
Expand Down

0 comments on commit 41eb3c6

Please sign in to comment.