emailuis/emailui/data/html/email_rtl.html
branchRCL_3
changeset 8 e1b6206813b4
parent 2 5253a20d2a1e
child 10 f5907b1a1053
--- a/emailuis/emailui/data/html/email_rtl.html	Tue Feb 02 00:02:40 2010 +0200
+++ b/emailuis/emailui/data/html/email_rtl.html	Fri Feb 19 22:37:30 2010 +0200
@@ -5,7 +5,7 @@
 	{
 	var bodyFrame = document.getElementById("body_frame");
 	bodyFrame.contentWindow.document.body.dir = "rtl";
-	bodyFrame.contentWindow.document.body.align = "left"
+	bodyFrame.contentWindow.document.body.align = "right"
 	}
 onload=setEmailBodyDirection;
 </script>