Monotone-Parent: f775647c24125f4df21cdc41b3c4eae6eccec830

Monotone-Revision: d3291322d5661d3ab179d4b554b40c2516e33731

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-10-19T21:08:19
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2007-10-19 21:08:19 +00:00
parent b1c41eb8b9
commit 4f7f132541
+6
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;