alecpl
2009-03-31 38ddba5cdaf4ac22f9c5da979b09d398478d1763
- Fix word wrapping in message-part's <PRE>s for printing (#1485787)


3 files modified
4 ■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
skins/default/mail.css 1 ●●●● patch | view | raw | blame | history
skins/default/print.css 2 ●●●●● patch | view | raw | blame | history
CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG RoundCube Webmail
===========================
- Fix word wrapping in message-part's <PRE>s for printing (#1485787)
- Fix incorrect word wrapping in outgoing plaintext multibyte messages (#1485714)
- Fix double footer in HTML message with embedded images
- Fix TNEF implementation bug (#1485773)
skins/default/mail.css
@@ -820,6 +820,7 @@
}
div.message-part pre,
div.message-htmlpart pre,
div.message-part div.pre
{
  margin: 0px;
skins/default/print.css
@@ -103,6 +103,8 @@
  color: #0000CC;
}
div.message-part pre,
div.message-htmlpart pre,
div.message-part div.pre
{
  margin: 0;