Skip to content

Commit

Permalink
Correcting .container width in outlook 2007, 2010 and 2013
Browse files Browse the repository at this point in the history
The .container was appearing narrow when I tested. This CSS rule does
not appear in the email-inlined version.  Removing it from email.html
corrects the width issues in Outlook 07, 10 and 13.  Tested via litmus
and can see no detrimental effect from the removal of this rule.
  • Loading branch information
Devaney committed Dec 2, 2016
1 parent 6fb47c5 commit d187ba7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion email.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
/* makes it centered */
max-width: 580px;
padding: 10px;
width: auto !important;
width: 580px; }

/* This should also be a block element, so that it will fill 100% of the .container */
Expand Down

0 comments on commit d187ba7

Please sign in to comment.