From: Matt Date: Tue, 13 Jan 2009 22:38:24 +0000 (+0000) Subject: * fix bug introduced by last commit - messages now aligned to justify like they should be X-Git-Tag: v7.86~1611 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=405a12f2404719cacdbd0c6cbe7a296717d93be6;p=citadel.git * fix bug introduced by last commit - messages now aligned to justify like they should be --- diff --git a/webcit/static/t/view_message.html b/webcit/static/t/view_message.html index aef8a329e..a474f8d33 100644 --- a/webcit/static/t/view_message.html +++ b/webcit/static/t/view_message.html @@ -28,7 +28,7 @@ onMouseOut=document.getElementById("msg").style.visibility="hidden

-
+
diff --git a/webcit/static/webcit.css b/webcit/static/webcit.css index 93156ea1f..d2e21177b 100644 --- a/webcit/static/webcit.css +++ b/webcit/static/webcit.css @@ -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;