merge of '5d835533f52a26e3b8bb1a2570a4ac5d20e8e7a6'

and 'd3291322d5661d3ab179d4b554b40c2516e33731'

Monotone-Parent: 5d835533f52a26e3b8bb1a2570a4ac5d20e8e7a6
Monotone-Parent: d3291322d5661d3ab179d4b554b40c2516e33731
Monotone-Revision: 0041273d01585512fe8832e36abdf07e9decc527

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-10-22T15:18:41
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle 2007-10-22 15:18:41 +00:00
commit ab26db1f98

View file

@ -368,6 +368,12 @@ DIV.mailer_plaincontent
position: relative;
font-family: monospace, fixed;
white-space: pre;
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
width: 99%;
font-size: inherit;
margin: 0px;
padding: 0px;