Make WordPress Core

Changeset 21515


Ignore:
Timestamp:
08/15/2012 05:03:21 AM (12 years ago)
Author:
lancewillett
Message:

Twenty Twelve: editor RTL style fixes props yoavf, see #21441.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentytwelve/editor-style-rtl.css

    r21441 r21515  
    99    direction: rtl;
    1010    unicode-bidi: embed;
    11     margin: 10px auto;
    1211}
    1312li {
     
    1514    margin: 0 1.714285714rem 0 0;
    1615}
    17 td {
     16dl {
     17    margin: 0 24px;
     18    margin: 0 1.714285714rem;
     19}
     20tr th {
    1821    text-align: right;
    1922}
    20 .wp-caption-dd {
    21     padding-right: 10px;
     23td {
     24    padding: 6px 0 6px 10px;
    2225    text-align: right;
    2326}
     27.wp-caption {
     28    text-align: right;
     29}
Note: See TracChangeset for help on using the changeset viewer.