From 0df3bf42ce550c088f86b0bcb00252ef47bc4c56 Mon Sep 17 00:00:00 2001 From: Robin Pepermans Date: Tue, 20 Sep 2011 13:05:49 +0000 Subject: [PATCH] As reported in bug 31031, WebKit can mess up the TOC title (which is in user language) because it inherits the direction from the page content direction. --- skins/common/shared.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/skins/common/shared.css b/skins/common/shared.css index ed7e517870..7e1138211b 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -865,6 +865,13 @@ ol:lang(or) li { margin: 0 2em 0 0; } +#toc #toctitle, +.toc #toctitle, +#toc .toctitle, +.toc .toctitle { + direction: ltr; +} + /* tooltip styles */ .mw-help-field-hint { display: none; -- 2.20.1