branch | RCL_3 |
changeset 16 | 4ce476e64c59 |
parent 12 | f5907b1a1053 |
child 19 | b13141f05c3d |
--- a/emailuis/emailui/data/html/email_rtl.html Mon Mar 15 12:39:10 2010 +0200 +++ b/emailuis/emailui/data/html/email_rtl.html Wed Mar 31 21:08:33 2010 +0300 @@ -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>