* fix bug introduced by last commit - messages now aligned to justify like they should be
authorMatt <matt@uncensored.citadel.org>
Tue, 13 Jan 2009 22:38:24 +0000 (22:38 +0000)
committerMatt <matt@uncensored.citadel.org>
Tue, 13 Jan 2009 22:38:24 +0000 (22:38 +0000)
webcit/static/t/view_message.html
webcit/static/webcit.css

index aef8a329e25d041be74bc5d278a8ef51cdbda570..a474f8d335fb57bf31081f76ebf21557b95dccf1 100644 (file)
@@ -28,7 +28,7 @@ onMouseOut=document.getElementById("msg<?MAIL:SUMM:N>").style.visibility="hidden
  </p>
  <p class="message_subject"><?MAIL:SUMM:SUBJECT></p>
 </div>
-<div class="message_content"><div align="justify">
+<div class="message_content"><div>
 <?MAIL:BODY>
 <?!("COND:MAIL:MIME:ATTACH:SUBMESSAGES", 5)>
 <?ITERATE("MAIL:MIME:ATTACH:SUBMESSAGES", "view_message_inline_attach")>
index 93156ea1f118f123a10865fc05dc655d95f95542..d2e21177b37740c76900ee483ed6d43171c07b86 100644 (file)
@@ -519,7 +519,9 @@ body, #global {
 #iconbar, #banner, #content, #message_list_hdr, #message_list, #preview_pane  {
        text-align: left;
 }
-
+.message_content > div > div {
+    text-align: justify !important;
+}
 #iconbar {
        position: absolute;
        top: 0;