Skip to content

Commit

Permalink
Merge pull request #10 from josephers/master
Browse files Browse the repository at this point in the history
Preventing body from being hidden by using specifying body margin-top as !important
  • Loading branch information
ryanb committed Sep 12, 2011
2 parents 91b7643 + 49373b1 commit c33afdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/letter_opener/message.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}

body {
margin-top: 96px;
margin-top: 96px !important;
}
</style>

Expand Down

0 comments on commit c33afdd

Please sign in to comment.