Make WordPress Core

Changeset 26888 for trunk


Ignore:
Timestamp:
12/31/2013 11:03:59 AM (11 years ago)
Author:
SergeyBiryukov
Message:

Force LTR direction for code and plugin/theme editors.

props SergeyBiryukov, nivijah.
fixes #26666 for trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/wp-admin.css

    r26887 r26888  
    565565}
    566566
     567/* @noflip */
    567568.code,
    568569code {
    569570    font-family: Consolas, Monaco, monospace;
     571    direction: ltr;
    570572}
    571573
     
    1062210624}
    1062310625
     10626/* @noflip */
     10627#template textarea,
     10628#docs-list {
     10629    direction: ltr;
     10630}
     10631
    1062410632#template p {
    1062510633    width: 97%;
Note: See TracChangeset for help on using the changeset viewer.