thomascube
2009-10-15 f18ae44790fdd814bed9d6a94c9778cf82d6a2f5
skins/default/print.css
@@ -27,8 +27,8 @@
#header
{
  margin-left: 5mm;
  margin-bottom: 3mm;
  float: right;
  margin: 0 5mm 3mm 5mm;
}
#messageframe
@@ -39,6 +39,7 @@
table.headers-table
{
  table-layout: fixed;
  margin-top: 14px;
}
table.headers-table tr td
@@ -103,12 +104,13 @@
  color: #0000CC;
}
div.message-part pre,
div.message-htmlpart pre,
div.message-part div.pre
{
  margin: 0;
  padding: 0;
  font-family: monospace;
  white-space: -o-pre-wrap !important;
  white-space: -moz-pre-wrap !important;
  white-space: pre-wrap !important;
  white-space: pre;