Aleksander Machniak
2014-05-30 37dfc4bc0572a598e99ce0fa646648b22bf62415
Fix double newlines on message printout
2 files modified
23 ■■■■ changed files
skins/classic/print.css 12 ●●●● patch | view | raw | blame | history
skins/larry/print.css 11 ●●●● patch | view | raw | blame | history
skins/classic/print.css
@@ -100,17 +100,12 @@
  color: #0000CC;
}
div.message-part pre,
div.message-htmlpart pre,
div.message-part div.pre
{
  margin: 0;
  padding: 0;
  font-family: monospace;
  white-space: -moz-pre-wrap !important;
  white-space: pre-wrap !important;
  white-space: pre;
  word-wrap: break-word; /* IE (and Safari) */
  font-size: 12px;
}
div.message-part blockquote
@@ -119,8 +114,8 @@
  border-left: 2px solid blue;
  border-right: 2px solid blue;
  background-color: #F6F6F6;
  margin: 2px 0px;
  padding: 1px 8px 1px 10px;
  margin: 2px 0;
  padding: 0 0.4em;
}
div.message-part blockquote blockquote
@@ -164,4 +159,3 @@
{
  display: none;
}
skins/larry/print.css
@@ -91,16 +91,11 @@
    color: #00c;
}
div.message-part pre,
div.message-htmlpart pre,
div.message-part div.pre {
    margin: 0;
    padding: 0;
    font-family: monospace;
    white-space: -moz-pre-wrap !important;
    white-space: pre-wrap !important;
    white-space: pre;
    word-wrap: break-word; /* IE (and Safari) */
    font-size: 12px;
}
div.message-part blockquote {
@@ -108,8 +103,8 @@
    border-left: 2px solid blue;
    border-right: 2px solid blue;
    background-color: #F6F6F6;
    margin: 0.5em 0em 0.5em 0em;
    padding: 0.25em 1em 0.25em 1em;
    margin: 2px 0;
    padding: 0 0.4em;
}
div.message-part blockquote blockquote {