https://issues.apache.org/ooo/show_bug.cgi?id=124905
--- Comment #8 from Tal <[email protected]> --- (In reply to Ariel Constenla-Haile from comment #6) > You can test directly with the CSS that comes in the installation (first > close OpenOffice completely, including the quick starter; then do a backup). > The file is located in [...] > > Edit that file, start OpenOffice, and see if the Online Help works as > expected. Thanks, Ariel, I think I've fixed it by changing the CSS (see prev. attachment#83414). Appended text-align & direction to 1st style in default.css: body, p, li, h1, h2, h3, h4, h5, h6, .listitem, .listitemintable, .tablecontent, .tablecontentintable { font-family: "Bitstream Vera Sans",Arial,Helvetica,Lucida,Geneva,Helmet,sans-serif,"Andale Sans UI","Arial Unicode MS","Lucida Sans Unicode",Tahoma; text-align:right; direction:rtl;} Thanks again for instructing me where to test it. I'll try to commit this change, Tal -- You are receiving this mail because: You are the assignee for the issue. You are watching all issue changes.
