On Feb 8, 2008 12:20 PM, huji@svn.wikimedia.org wrote:
+/**
- Lists (fixing for RTL display_
- */
+body.rtl #body-content ul { display:table; } +body.rtl #body-content ol { display:table; }
Could you expand on the reason for this a little? It seems pretty odd. There seems to be no element with id="body-content" in any skin, or at least not on a typical page view, and I don't understand why you would want to try setting lists to display as tables. That should do all sorts of weird (if perhaps subtle) things, per the standard.