From: TheDJ Date: Fri, 28 Aug 2015 18:55:38 +0000 (+0000) Subject: Revert "Prevent the jumbling up of autocomments in RTL" X-Git-Tag: 1.31.0-rc.0~10221^2 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=8edf418974fca1f9f27f92ea36e8895be3ee3474;p=lhc%2Fweb%2Fwiklou.git Revert "Prevent the jumbling up of autocomments in RTL" This reverts commit 6f8c3359ed6e531edd9eed81dd033514feb6a802. which was causing page load issues due to a bug in Chrome and Safari. Bug: T110716 Change-Id: I0ab1bf1f52474d8ab43d34628df5d972e817e8f0 --- diff --git a/resources/src/mediawiki.legacy/shared.css b/resources/src/mediawiki.legacy/shared.css index 7e171cffa3..14fd286db2 100644 --- a/resources/src/mediawiki.legacy/shared.css +++ b/resources/src/mediawiki.legacy/shared.css @@ -417,11 +417,6 @@ p.mw-upload-editlicenses { /* The auto-generated edit comments */ .autocomment { color: gray; - /* In RTL wikis, Latin heading sections can get jumbled with comments that - begin with Latin letters or numbers */ - unicode-bidi: -moz-isolate; - unicode-bidi: -webkit-isolate; - unicode-bidi: isolate; } #pagehistory .history-user {