From: Robin Pepermans Date: Wed, 18 May 2011 18:10:40 +0000 (+0000) Subject: fix r88378: fix CSS id in modern skin X-Git-Tag: 1.31.0-rc.0~30092 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=9d065a7e4df6f567e982298ec14942dc1a3ed91f;p=lhc%2Fweb%2Fwiklou.git fix r88378: fix CSS id in modern skin --- 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; }