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

Revision: 88386
Author:   robin
Date:     2011-05-18 19:44:01 +0000 (Wed, 18 May 2011)
Log Message:
-----------
Per discussion, only apply to .free and .autonumber (so custom link texts are 
not broken)

Modified Paths:
--------------
    trunk/phase3/skins/common/shared.css

Modified: trunk/phase3/skins/common/shared.css
===================================================================
--- trunk/phase3/skins/common/shared.css        2011-05-18 19:36:12 UTC (rev 
88385)
+++ trunk/phase3/skins/common/shared.css        2011-05-18 19:44:01 UTC (rev 
88386)
@@ -299,7 +299,7 @@
        padding: 0 !important;
 }
 /* External URLs should always be treated as LTR (bug 4330) */
-/* @noflip */ .rtl a.external {
+/* @noflip */ .rtl a.external.free, .rtl a.external.autonumber {
        direction: ltr;
        unicode-bidi: embed;
 }


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

Reply via email to