Navigation Menu

Skip to content

Commit

Permalink
Fix message styling
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcornu committed Oct 7, 2012
1 parent 7b3b1ee commit 09dc52d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions lib/letter_opener/message.html.erb
Expand Up @@ -3,7 +3,6 @@
<style type="text/css">
#message_headers {
width: 100%;
height: 90px;
padding: 10px 0 0 0;
margin: 0;
background: #fff;
Expand All @@ -20,7 +19,7 @@
}

#message_headers dt {
width: 100px;
width: 92px;
padding: 1px;
margin: 0;
float: left;
Expand All @@ -30,7 +29,7 @@
}

#message_headers dd {
margin-left: 110px;
margin: 0 0 0 102px;
padding: 1px;
}

Expand All @@ -47,10 +46,6 @@
padding: 10px;
word-wrap: break-word;
}

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

<div id="message_headers">
Expand Down

0 comments on commit 09dc52d

Please sign in to comment.