From: Robin Pepermans Date: Sun, 18 Dec 2011 16:25:45 +0000 (+0000) Subject: Remove ltr class (see r89466), it should not be used at all, because 1) the name... X-Git-Tag: 1.31.0-rc.0~25907 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_add%27%29%20%7D%7D?a=commitdiff_plain;h=d7caf173825b889c4e15c2e686f1e4f1c2c4706c;p=lhc%2Fweb%2Fwiklou.git Remove ltr class (see r89466), it should not be used at all, because 1) the name is too general, 2) it is automatically added to the body element (colliding class names) and 3) it is better to use HTML dir="ltr" as in r105929. --- diff --git a/skins/common/shared.css b/skins/common/shared.css index 4092593aab..e5b4a1c8bf 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -956,13 +956,6 @@ ol:lang(or) li { background-position: 0% 100%; } -/* LTR content in RTL layout */ -.ltr { - /* @noflip */ - direction: ltr; - unicode-bidi: embed; -} - #mw-clearyourcache, #mw-sitecsspreview, #mw-sitejspreview,