Index: trunk/phase3/skins/common/shared.css |
— | — | @@ -715,3 +715,16 @@ |
716 | 716 | /* @noflip */ |
717 | 717 | direction: ltr; |
718 | 718 | } |
| 719 | + |
| 720 | +/* LTR content in RTL layout, e.g. SQL queries inside DB error messages */ |
| 721 | +div.ltr { |
| 722 | + /* @noflip */ |
| 723 | + direction: ltr; |
| 724 | +} |
| 725 | + |
| 726 | +div.ltr { |
| 727 | + /* @noflip */ |
| 728 | + direction: ltr; |
| 729 | + unicode-bidi: embed;RE |
| 730 | +} |
| 731 | + |
Index: trunk/phase3/RELEASE-NOTES-1.18 |
— | — | @@ -251,6 +251,9 @@ |
252 | 252 | * (bug 22227) Special:Listfiles no longer throws an error on bogus file entries |
253 | 253 | * (bug 19408) user_properties.up_property: 32 bytes is not enough. |
254 | 254 | * (bug 25262) Fix for minification of hardcoded data: URIs in CSS |
| 255 | +* (bug 29263) Add LTR class to the shared CSS to be used for left-to-right text |
| 256 | + such as SQL queries shown in dberrortext and similar messages in RTL |
| 257 | + environments |
255 | 258 | |
256 | 259 | === API changes in 1.18 === |
257 | 260 | * (bug 26339) Throw warning when truncating an overlarge API result. |