Make WordPress Core

Changeset 21431


Ignore:
Timestamp:
08/05/2012 09:13:21 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Twelve RTL: We ought not to RTL image alignment since the editor adds the class and the button is always the same. See #21441 props iandstewart.

File:
1 edited

Legend:

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

    r21430 r21431  
    1919
    2020/* Images */
    21 .alignright {
    22     float: right;
    23 }
    24 .alignleft {
    25     float: left;
    26 }
    2721.site-content .gallery-columns-4 .gallery-item {
    2822    padding-left: 2%;
     
    8882-------------------------------------------------------------- */
    8983
    90 img.alignright {
    91     float: right;
    92     margin: 0 0 0 24px;
    93 }
    9484.entry-content li {
    9585    margin: 0 24px 0 0;
    96 }
    97 img.alignright {
    98     margin: 12px 0 12px 24px;
    99 }
    100 img.alignleft {
    101     margin: 12px 24px 12px 0;
    10286}
    10387.entry-content td {
Note: See TracChangeset for help on using the changeset viewer.