fix r88378: fix CSS id in modern skin
authorRobin Pepermans <robin@users.mediawiki.org>
Wed, 18 May 2011 18:10:40 +0000 (18:10 +0000)
committerRobin Pepermans <robin@users.mediawiki.org>
Wed, 18 May 2011 18:10:40 +0000 (18:10 +0000)
skins/modern/main.css

index e30a396..89b3ab3 100644 (file)
@@ -645,7 +645,7 @@ img.thumbborder {
        color: #36b;
 }
 /* External URLs should always be treated as LTR (bug 4330) */
-div#content .rtl a.external {
+#mw_content .rtl a.external {
        direction: ltr;
        unicode-bidi: embed;
 }