alecpl
2008-09-20 cc80c556e6b0c7c861b5f1fb6b9d1f54cc571cfe
- fix wrapping on IE


2 files modified
8 ■■■■■ changed files
skins/default/mail.css 3 ●●●● patch | view | raw | blame | history
skins/default/print.css 5 ●●●●● patch | view | raw | blame | history
skins/default/mail.css
@@ -782,9 +782,10 @@
  margin: 0px;
  padding: 0px;
  font-family: monospace;
  white-space: pre;
  white-space: -moz-pre-wrap !important;
  white-space: -o-pre-wrap !important;
  white-space: pre-wrap !important;
  white-space: pre;
  word-wrap: break-word; /* IE (and Safari) */
}
skins/default/print.css
@@ -107,10 +107,11 @@
{
  margin: 0;
  padding: 0;
  white-space: pre;
  font-family: monospace;
  white-space: -o-pre-wrap !important;
  white-space: -moz-pre-wrap !important;
  font-family: monospace;
  white-space: pre-wrap !important;
  white-space: pre;
  word-wrap: break-word; /* IE (and Safari) */
}