From a95766e3f7f3853e94863c1e225d9f5a5fe4c5a8 Mon Sep 17 00:00:00 2001 From: Amire80 Date: Sun, 24 Apr 2016 21:20:22 +0300 Subject: [PATCH] Bidi-isolate the comment in history pages The comment and the page name are separate pieces of text, but they can get jumbled in an RTL wiki if the comment has RTL text. Change-Id: Id49c53ca6a5ec5a7a0b87c297f47e1fbe822d1fc --- resources/src/mediawiki.legacy/shared.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/src/mediawiki.legacy/shared.css b/resources/src/mediawiki.legacy/shared.css index daebac1441..4c618d4dec 100644 --- a/resources/src/mediawiki.legacy/shared.css +++ b/resources/src/mediawiki.legacy/shared.css @@ -119,6 +119,9 @@ abbr[title], /* Comment portions of RC entries */ span.comment { font-style: italic; + unicode-bidi: -moz-isolate; + unicode-bidi: -webkit-isolate; + unicode-bidi: isolate; } /** -- 2.20.1