From d7caf173825b889c4e15c2e686f1e4f1c2c4706c Mon Sep 17 00:00:00 2001 From: Robin Pepermans Date: Sun, 18 Dec 2011 16:25:45 +0000 Subject: [PATCH] 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. --- skins/common/shared.css | 7 ------- 1 file changed, 7 deletions(-) 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, -- 2.20.1