מדיה ויקי:Common.css: הבדלים בין גרסאות בדף

unicode-bidi: normal;
update
שורה 623: שורה 623:
}
}


/* To prevent "unicode-bidi: plaintext;", which is default in Google Chrome since 15. Its algorithm is too simplistic to Wikipedia. Will be fixed in core ASAP. */
/* To prevent "unicode-bidi: plaintext;", which is on in Google Chrome since version 15 because of a bug:
#wpTextbox1, #wpTextbox2 {
  https://bugs.webkit.org/show_bug.cgi?id=71188
  This should be kept until that bug is fixed. */
textarea {
     unicode-bidi: normal;
     unicode-bidi: normal;
}
}