From 405a12f2404719cacdbd0c6cbe7a296717d93be6 Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 13 Jan 2009 22:38:24 +0000 Subject: [PATCH] * fix bug introduced by last commit - messages now aligned to justify like they should be --- webcit/static/t/view_message.html | 2 +- webcit/static/webcit.css | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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; -- 2.39.2