]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/webcit.css
* fix bug introduced by last commit - messages now aligned to justify like they should be
[citadel.git] / webcit / static / webcit.css
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;