Follow-up to r88378 & r88379: move to common/shared.css (appropriate place) and add...
authorRobin Pepermans <robin@users.mediawiki.org>
Wed, 18 May 2011 19:36:12 +0000 (19:36 +0000)
committerRobin Pepermans <robin@users.mediawiki.org>
Wed, 18 May 2011 19:36:12 +0000 (19:36 +0000)
skins/common/shared.css
skins/modern/main.css
skins/monobook/main.css
skins/vector/screen.css

index 2bedd47..a1642de 100644 (file)
@@ -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
index 89b3ab3..fd26693 100644 (file)
@@ -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 {
index f35b588..deb7410 100644 (file)
@@ -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
index d2c1473..5174985 100644 (file)
@@ -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 {