From: Robin Pepermans Date: Wed, 18 May 2011 19:44:01 +0000 (+0000) Subject: Per discussion, only apply to .free and .autonumber (so custom link texts are not... X-Git-Tag: 1.31.0-rc.0~30088 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=8d46fcb6d2b46929b92db09b393c3ad119b142b1;p=lhc%2Fweb%2Fwiklou.git Per discussion, only apply to .free and .autonumber (so custom link texts are not broken) --- 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; }