summaryrefslogtreecommitdiff
path: root/skins/larry/print.css
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/larry/print.css
parent8dc9e36d5377c8d62959b89e2ef6d906d96fc9b9 (diff)
Fix double newlines on message printout
Diffstat (limited to 'skins/larry/print.css')
-rw-r--r--skins/larry/print.css11
1 files changed, 3 insertions, 8 deletions
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 {