http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88385

Revision: 88385
Author:   robin
Date:     2011-05-18 19:36:12 +0000 (Wed, 18 May 2011)
Log Message:
-----------
Follow-up to r88378 & r88379: move to common/shared.css (appropriate place) and 
add @noflip

Modified Paths:
--------------
    trunk/phase3/skins/common/shared.css
    trunk/phase3/skins/modern/main.css
    trunk/phase3/skins/monobook/main.css
    trunk/phase3/skins/vector/screen.css

Modified: trunk/phase3/skins/common/shared.css
===================================================================
--- trunk/phase3/skins/common/shared.css        2011-05-18 19:29:50 UTC (rev 
88384)
+++ trunk/phase3/skins/common/shared.css        2011-05-18 19:36:12 UTC (rev 
88385)
@@ -298,6 +298,11 @@
        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

Modified: trunk/phase3/skins/modern/main.css
===================================================================
--- trunk/phase3/skins/modern/main.css  2011-05-18 19:29:50 UTC (rev 88384)
+++ trunk/phase3/skins/modern/main.css  2011-05-18 19:36:12 UTC (rev 88385)
@@ -644,11 +644,6 @@
 #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 {

Modified: trunk/phase3/skins/monobook/main.css
===================================================================
--- trunk/phase3/skins/monobook/main.css        2011-05-18 19:29:50 UTC (rev 
88384)
+++ trunk/phase3/skins/monobook/main.css        2011-05-18 19:36:12 UTC (rev 
88385)
@@ -576,11 +576,6 @@
 #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

Modified: trunk/phase3/skins/vector/screen.css
===================================================================
--- trunk/phase3/skins/vector/screen.css        2011-05-18 19:29:50 UTC (rev 
88384)
+++ trunk/phase3/skins/vector/screen.css        2011-05-18 19:36:12 UTC (rev 
88385)
@@ -1135,11 +1135,6 @@
 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 {


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to