diff options
author | Robin Pepermans <robin@users.mediawiki.org> | 2011-12-18 16:25:45 +0000 |
---|---|---|
committer | Robin Pepermans <robin@users.mediawiki.org> | 2011-12-18 16:25:45 +0000 |
commit | d7caf173825b889c4e15c2e686f1e4f1c2c4706c (patch) | |
tree | 1fd1b0dc8ff9d3b189b1811df0c3b4dfdeff7d7f /skins/common | |
parent | 81de35ad40de3bb32b91bf3c253ce0c1b3752f45 (diff) | |
download | mediawikicore-d7caf173825b889c4e15c2e686f1e4f1c2c4706c.tar.gz mediawikicore-d7caf173825b889c4e15c2e686f1e4f1c2c4706c.zip |
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.
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/106569
Diffstat (limited to 'skins/common')
-rw-r--r-- | skins/common/shared.css | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/skins/common/shared.css b/skins/common/shared.css index 4092593aab8a..e5b4a1c8bfa7 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, |