From 8d46fcb6d2b46929b92db09b393c3ad119b142b1 Mon Sep 17 00:00:00 2001 From: Robin Pepermans Date: Wed, 18 May 2011 19:44:01 +0000 Subject: [PATCH] Per discussion, only apply to .free and .autonumber (so custom link texts are not broken) --- skins/common/shared.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/common/shared.css b/skins/common/shared.css index a1642deb89..e1f2002f01 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -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; } -- 2.20.1