From 9d065a7e4df6f567e982298ec14942dc1a3ed91f Mon Sep 17 00:00:00 2001 From: Robin Pepermans Date: Wed, 18 May 2011 18:10:40 +0000 Subject: [PATCH] fix r88378: fix CSS id in modern skin --- skins/modern/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/modern/main.css b/skins/modern/main.css index e30a396f63..89b3ab30c7 100644 --- a/skins/modern/main.css +++ b/skins/modern/main.css @@ -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; } -- 2.20.1