r88386 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88385‎ | r88386 | r88387 >
Date:19:44, 18 May 2011
Author:robin
Status:ok
Tags:
Comment:
Per discussion, only apply to .free and .autonumber (so custom link texts are not broken)
Modified paths:
  • /trunk/phase3/skins/common/shared.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/shared.css
@@ -299,7 +299,7 @@
300300 padding: 0 !important;
301301 }
302302 /* External URLs should always be treated as LTR (bug 4330) */
303 -/* @noflip */ .rtl a.external {
 303+/* @noflip */ .rtl a.external.free, .rtl a.external.autonumber {
304304 direction: ltr;
305305 unicode-bidi: embed;
306306 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r88385Follow-up to r88378 & r88379: move to common/shared.css (appropriate place) a...robin19:36, 18 May 2011

Status & tagging log