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 @@
300
300
padding: 0 !important;
301
301
}
302
302
/* 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 {
304
304
direction: ltr;
305
305
unicode-bidi: embed;
306
306
}
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r88385
Follow-up to
r88378
&
r88379
: move to common/shared.css (appropriate place) a...
robin
19:36, 18 May 2011
Status & tagging log
19:44, 18 May 2011
Krinkle
(
talk
|
contribs
)
changed the
status
of r88386
[
removed:
new
added:
ok]