r97622 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97621‎ | r97622 | r97623 >
Date:13:05, 20 September 2011
Author:robin
Status:ok
Tags:
Comment:
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.
Modified paths:
  • /trunk/phase3/skins/common/shared.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/shared.css
@@ -865,6 +865,13 @@
866866 margin: 0 2em 0 0;
867867 }
868868
 869+#toc #toctitle,
 870+.toc #toctitle,
 871+#toc .toctitle,
 872+.toc .toctitle {
 873+ direction: ltr;
 874+}
 875+
869876 /* tooltip styles */
870877 .mw-help-field-hint {
871878 display: none;

Follow-up revisions

RevisionCommit summaryAuthorDate
r976351.18wmf1: MFT r96760, r96765, r97551, r97552, r97622catrope15:54, 20 September 2011
r97657Fix support of legacy skins Standard & CologneBlue for user language directio...robin19:47, 20 September 2011
r97673REL1_18 MFT r96760, r76765, r96810, r97551, r97552, r97575, r97607, r97608, r...reedy22:36, 20 September 2011

Status & tagging log