As reported in bug 31031, WebKit can mess up the TOC title (which is in user language...
authorRobin Pepermans <robin@users.mediawiki.org>
Tue, 20 Sep 2011 13:05:49 +0000 (13:05 +0000)
committerRobin Pepermans <robin@users.mediawiki.org>
Tue, 20 Sep 2011 13:05:49 +0000 (13:05 +0000)
skins/common/shared.css

index ed7e517..7e11382 100644 (file)
@@ -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;