Zen RTL support
Posted by shohaml on October 19, 2007 at 10:51pm
I have posted this as a wiki, but was asked to do so as a story - for comments.
I was missing some i18n support in Zen, mainly RTL.
I have added RTL support to version 5.x-0.6 of the theme, so it is just for Drupal 5. I would be happy to receive comments, and to eventually see it in the main branch.
What have I done?
I have added a new class to the body. If the document is left-to-right (the default) it is ".ltr". If the document is right-to-left, the class added is ".rtl". It is similar to the game with the sidebars - you distinguish between different layouts by classes.