https://bugzilla.wikimedia.org/show_bug.cgi?id=46864

--- Comment #5 from RolandUnger <[email protected]> ---
I tested today better style sheet rules at he.wikivoyage:
(see
http://he.wikivoyage.org/wiki/%D7%9E%D7%A9%D7%AA%D7%9E%D7%A9:RolandUnger/common.css)

/* Switching body.rtl properties off by setting to defaults */

body.rtl #toc .tocUl, body.ltr #toc .tocUl {
    padding-left: 2em;
}

body.rtl .toggleNode, body.ltr .toggleNode {
    left: -2em;
}

body.rtl #toc.tocFloat, body.ltr #toc.tocFloat {
    float: left;
    margin: 0 2em 1em 0;
}

/* New rules */

body.rtl.sitedir-rtl #toc.tocFloat {
    float: right;
    margin: 0 0 1em 2em;
}

After this, it was working well (most of the rules starting with body.rtl
should be removed). This means only changing /toctree/modules/ext.toctree.css
is necessary. Unfortunately I do not know how to make the corrections.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to