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

מ הסרת הגדרה של code כltr/embed - יש שימוש רב בcode כשיש בפנים תוכן לא LTR (קיצורי מקלדת, דפי עזרה וכו')
ace_search width
שורה 869: שורה 869:
unicode-bidi: -webkit-isolate;
unicode-bidi: -webkit-isolate;
unicode-bidi: isolate;
unicode-bidi: isolate;
}
/*
Make the CodeEditor (Ace) search box less ugly.
Already updated upstream:
https://github.com/ajaxorg/ace/commit/378a72a91ca9793ae6c83acfa055a35ee272d1ca
It can be removed from this file when the upstream code is released
and merged to the MediaWiki extension.
*/
.ace_search.right {
max-width: 325px;
}
}