Change unicode-bidi: isolate to embed

"embed" works just as well in modern browsers.

Also fix the comment to be more correct.

Change-Id: I16a701f3b962b5e7f63554be2f28888a938548b0
This commit is contained in:
Amir E. Aharoni 2015-07-11 22:46:17 +03:00
parent 5bbf7334e8
commit 59ef3c8678

View file

@ -6,11 +6,9 @@
user-select: none;
}
/* Isolation to fix references in case of RTL words at the end of a reference */
/* Make sure the brackets and the numbers aren't jumbled after LTR words in RTL wikis */
sup.reference {
unicode-bidi: -moz-isolate;
unicode-bidi: -webkit-isolate;
unicode-bidi: isolate;
unicode-bidi: embed;
}
/* Highlight clicked reference in blue to help navigation */