summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-05-30 09:33:45 +0200
committerAleksander Machniak <alec@alec.pl>2014-05-30 09:33:45 +0200
commit37dfc4bc0572a598e99ce0fa646648b22bf62415 (patch)
treec5723a9d776e8847067dd69feb948bfa33cb5cce /skins
parent8dc9e36d5377c8d62959b89e2ef6d906d96fc9b9 (diff)
Fix double newlines on message printout
Diffstat (limited to 'skins')
-rw-r--r--skins/classic/print.css12
-rw-r--r--skins/larry/print.css11
2 files changed, 6 insertions, 17 deletions
diff --git a/skins/classic/print.css b/skins/classic/print.css
index d7e332dba..8eac41f53 100644
--- a/skins/classic/print.css
+++ b/skins/classic/print.css
@@ -100,17 +100,12 @@ div.message-part a
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 @@ div.message-part blockquote
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 @@ p.image-attachment .attachment-links
{
display: none;
}
-
diff --git a/skins/larry/print.css b/skins/larry/print.css
index a56c9b938..22d6c5288 100644
--- a/skins/larry/print.css
+++ b/skins/larry/print.css
@@ -91,16 +91,11 @@ div.message-part a {
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 @@ div.message-part blockquote {
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 {