Index: trunk/phase3/skins/monobook/main.css |
— | — | @@ -576,11 +576,6 @@ |
577 | 577 | #bodyContent a.external:active { |
578 | 578 | color: #b63; |
579 | 579 | } |
580 | | -/* External URLs should always be treated as LTR (bug 4330) */ |
581 | | -div#content .rtl a.external { |
582 | | - direction: ltr; |
583 | | - unicode-bidi: embed; |
584 | | -} |
585 | 580 | |
586 | 581 | /* |
587 | 582 | ** Structural Elements |
Index: trunk/phase3/skins/modern/main.css |
— | — | @@ -644,11 +644,6 @@ |
645 | 645 | #mw_content a.external { |
646 | 646 | color: #36b; |
647 | 647 | } |
648 | | -/* External URLs should always be treated as LTR (bug 4330) */ |
649 | | -#mw_content .rtl a.external { |
650 | | - direction: ltr; |
651 | | - unicode-bidi: embed; |
652 | | -} |
653 | 648 | |
654 | 649 | |
655 | 650 | .redirectText { |
Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -298,6 +298,11 @@ |
299 | 299 | background: none !important; |
300 | 300 | padding: 0 !important; |
301 | 301 | } |
| 302 | +/* External URLs should always be treated as LTR (bug 4330) */ |
| 303 | +/* @noflip */ .rtl a.external { |
| 304 | + direction: ltr; |
| 305 | + unicode-bidi: embed; |
| 306 | +} |
302 | 307 | |
303 | 308 | /* wikitable class for skinning normal tables |
304 | 309 | * keep on sync with commonPrint.css |
Index: trunk/phase3/skins/vector/screen.css |
— | — | @@ -1135,11 +1135,6 @@ |
1136 | 1136 | div#content a.external:active { |
1137 | 1137 | color: #b63; |
1138 | 1138 | } |
1139 | | -/* External URLs should always be treated as LTR (bug 4330) */ |
1140 | | -div#content .rtl a.external { |
1141 | | - direction: ltr; |
1142 | | - unicode-bidi: embed; |
1143 | | -} |
1144 | 1139 | |
1145 | 1140 | |
1146 | 1141 | div#content .printfooter { |