Last modified: 2010-05-15 15:29:11 UTC
commonPrint.css contains lovely bits like this: #content { ... text-align: left; } This is presumably meant to counteract the full-justified text option, however it makes printed output of Hebrew, Arabic, and such rather incorrect. Either the alignment forcing should be removed, or changed to something that works for LTR and RTL, or RTL should include an explicit override the other way.
Setting 'justify' instead of 'left' solves this issue as well as bug 483.
The rule above is gone, there's no text-alignment other than center set in commonPrint.css anymore.