From 95af5f4f0de48bddf3193304dac590041f9fb8e9 Mon Sep 17 00:00:00 2001 From: Robin Pepermans Date: Wed, 18 May 2011 19:36:12 +0000 Subject: [PATCH] Follow-up to r88378 & r88379: move to common/shared.css (appropriate place) and add @noflip --- skins/common/shared.css | 5 +++++ skins/modern/main.css | 5 ----- skins/monobook/main.css | 5 ----- skins/vector/screen.css | 5 ----- 4 files changed, 5 insertions(+), 15 deletions(-) diff --git a/skins/common/shared.css b/skins/common/shared.css index 2bedd47ac6..a1642deb89 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -298,6 +298,11 @@ a.feedlink { background: none !important; padding: 0 !important; } +/* External URLs should always be treated as LTR (bug 4330) */ +/* @noflip */ .rtl a.external { + direction: ltr; + unicode-bidi: embed; +} /* wikitable class for skinning normal tables * keep on sync with commonPrint.css diff --git a/skins/modern/main.css b/skins/modern/main.css index 89b3ab30c7..fd266935be 100644 --- a/skins/modern/main.css +++ b/skins/modern/main.css @@ -644,11 +644,6 @@ img.thumbborder { #mw_content a.external { color: #36b; } -/* External URLs should always be treated as LTR (bug 4330) */ -#mw_content .rtl a.external { - direction: ltr; - unicode-bidi: embed; -} .redirectText { diff --git a/skins/monobook/main.css b/skins/monobook/main.css index f35b588d56..deb741009a 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -576,11 +576,6 @@ table.rimage { #bodyContent a.external:active { color: #b63; } -/* External URLs should always be treated as LTR (bug 4330) */ -div#content .rtl a.external { - direction: ltr; - unicode-bidi: embed; -} /* ** Structural Elements diff --git a/skins/vector/screen.css b/skins/vector/screen.css index d2c14738a2..5174985389 100644 --- a/skins/vector/screen.css +++ b/skins/vector/screen.css @@ -1135,11 +1135,6 @@ div#content a.external:visited { div#content a.external:active { color: #b63; } -/* External URLs should always be treated as LTR (bug 4330) */ -div#content .rtl a.external { - direction: ltr; - unicode-bidi: embed; -} div#content .printfooter { -- 2.20.1