From 4d479d0bc57cddf91a5add17d18678a3441ca36b Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Sat, 24 Aug 2013 11:13:22 +0300 Subject: [PATCH] Remove explicit direction: ltr It's better to handle it in CodeEditor: Ia7d6958a10481c39abb1406b67210cac998818e7 Change-Id: Ieb695bc8c85c07fd01f02bccbc94c6ab6b8bb579 --- modules/ext.scribunto.edit.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/ext.scribunto.edit.css b/modules/ext.scribunto.edit.css index bf637485..610eb61a 100644 --- a/modules/ext.scribunto.edit.css +++ b/modules/ext.scribunto.edit.css @@ -1,8 +1,3 @@ -/* Code is supposed to be always LTR. See bug 39364. */ -.ace_editor { - /* @noflip */ direction: ltr; -} - .mw-scribunto-console-fieldset { background: white; color: black;