Make WordPress Core

Changeset 26954 for branches/3.8


Ignore:
Timestamp:
01/15/2014 08:21:19 AM (11 years ago)
Author:
nacin
Message:

Force LTR direction for code and plugin/theme editors.

Merges [26888] to the 3.8 branch.

props SergeyBiryukov, nivijah.
fixes #26666.

Location:
branches/3.8
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.8

  • branches/3.8/src/wp-admin/css/wp-admin.css

    r26953 r26954  
    565565}
    566566
     567/* @noflip */
    567568.code,
    568569code {
    569570    font-family: Consolas, Monaco, monospace;
     571    direction: ltr;
    570572}
    571573
     
    1065710659}
    1065810660
     10661/* @noflip */
     10662#template textarea,
     10663#docs-list {
     10664    direction: ltr;
     10665}
     10666
    1065910667#template p {
    1066010668    width: 97%;
Note: See TracChangeset for help on using the changeset viewer.