Per discussion, only apply to .free and .autonumber (so custom link texts are not...
authorRobin Pepermans <robin@users.mediawiki.org>
Wed, 18 May 2011 19:44:01 +0000 (19:44 +0000)
committerRobin Pepermans <robin@users.mediawiki.org>
Wed, 18 May 2011 19:44:01 +0000 (19:44 +0000)
skins/common/shared.css

index a1642de..e1f2002 100644 (file)
@@ -299,7 +299,7 @@ a.feedlink {
        padding: 0 !important;
 }
 /* External URLs should always be treated as LTR (bug 4330) */
-/* @noflip */ .rtl a.external {
+/* @noflip */ .rtl a.external.free, .rtl a.external.autonumber {
        direction: ltr;
        unicode-bidi: embed;
 }