Index: trunk/phase3/skins/monobook/main.css |
— | — | @@ -576,6 +576,11 @@ |
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 | +} |
580 | 585 | |
581 | 586 | /* |
582 | 587 | ** Structural Elements |
Index: trunk/phase3/skins/modern/main.css |
— | — | @@ -644,9 +644,13 @@ |
645 | 645 | #mw_content a.external { |
646 | 646 | color: #36b; |
647 | 647 | } |
| 648 | +/* External URLs should always be treated as LTR (bug 4330) */ |
| 649 | +div#content .rtl a.external { |
| 650 | + direction: ltr; |
| 651 | + unicode-bidi: embed; |
| 652 | +} |
648 | 653 | |
649 | 654 | |
650 | | - |
651 | 655 | .redirectText { |
652 | 656 | font-size: 150%; |
653 | 657 | margin: 5px; |
Index: trunk/phase3/skins/vector/screen.css |
— | — | @@ -1135,6 +1135,11 @@ |
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 | +} |
1139 | 1144 | |
1140 | 1145 | |
1141 | 1146 | div#content .printfooter { |