From: Michael M Slusarz
Date: Tue, 16 Mar 2010 04:59:20 +0000 (-0600)
Subject: Set mimp body text to monospace by default
X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=54ee54d7e0ab0dd944205b45a1badb06db787ca0;p=horde.git
Set mimp body text to monospace by default
---
diff --git a/imp/templates/mimp/message/message.html b/imp/templates/mimp/message/message.html
index fcf107342..bab055261 100644
--- a/imp/templates/mimp/message/message.html
+++ b/imp/templates/mimp/message/message.html
@@ -16,7 +16,7 @@
-
+
diff --git a/imp/themes/mimp/screen.css b/imp/themes/mimp/screen.css
index 77980d759..3c069076b 100644
--- a/imp/themes/mimp/screen.css
+++ b/imp/themes/mimp/screen.css
@@ -7,6 +7,10 @@ body {
font-size: 90%;
}
+.fixed {
+ font-family: monospace;
+}
+
.notices img {
display: none;
}