Make WordPress Core

Changeset 19816


Ignore:
Timestamp:
02/02/2012 11:58:46 PM (13 years ago)
Author:
nacin
Message:

Code is still code: force LTR for .code and <code>, and the function lists in plugin/theme editors. see #19598.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/wp-admin-rtl.dev.css

    r19709 r19816  
    5757
    5858.code, code {
    59     font-family: Tahoma, Arial, sans-serif;
     59    font-family: monospace;
     60    direction: ltr;
    6061}
    6162
     
    22972298}
    22982299
    2299 /* theme-editor */
     2300/* theme-editor, plugin-editor */
    23002301#templateside {
    23012302    float: left;
    23022303}
    23032304
    2304 #template textarea {
     2305#template textarea,
     2306#docs-list {
    23052307    direction: ltr;
    23062308}
Note: See TracChangeset for help on using the changeset viewer.