From: Amire80 Date: Sun, 24 Apr 2016 18:20:22 +0000 (+0300) Subject: Bidi-isolate the comment in history pages X-Git-Tag: 1.31.0-rc.0~7191^2 X-Git-Url: https://git.heureux-cyclage.org/index.php?a=commitdiff_plain;h=a95766e3f7f3853e94863c1e225d9f5a5fe4c5a8;p=lhc%2Fweb%2Fwiklou.git 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 --- 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; } /**