Set mimp body text to monospace by default
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 16 Mar 2010 04:59:20 +0000 (22:59 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 16 Mar 2010 04:59:20 +0000 (22:59 -0600)
imp/templates/mimp/message/message.html
imp/themes/mimp/screen.css

index fcf1073..bab0552 100644 (file)
@@ -16,7 +16,7 @@
    </div>
 </loop:atc>
   </p>
-  <p>
+  <p class="fixed">
    <tag:msg />
   </p>
 <if:fullmsg_link>
index 77980d7..3c06907 100644 (file)
@@ -7,6 +7,10 @@ body {
     font-size: 90%;
 }
 
+.fixed {
+    font-family: monospace;
+}
+
 .notices img {
     display: none;
 }