CVS commit by livne: Make about:plugins page RTL the right (LOL) way. It's actually not as hard as some make it seem ;-) To make an entire page RTL, simply: 1. Add body { direction: rtl; } to your style sheet (or add 'dir="rtl"' to your tag if you insist on not using a style sheet). 2. Watch out for explicit directionality and alignment in your page, and change it as needed. i.e. if you have

, it has to be changed to

... That's it. You definitely shouldn't start changing the order of table columns or other elements. That's looking for trouble... :) CCMAIL: staikos@kde.org M +12 -10 plugins_rtl.html 1.4 --- kdebase/konqueror/about/plugins_rtl.html #1.3:1.4 @@ -1,4 +1,7 @@ + %1