Make WordPress Core

Ticket #21441: 21426-y-u-reset-align.diff

File 21426-y-u-reset-align.diff, 490 bytes (added by iandstewart, 12 years ago)

We ought not to RTL image alignment since the editor adds the class and the button is always the same

  • wp-content/themes/twentytwelve/rtl.css

     
    1818-------------------------------------------------------------- */
    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%;
    2923        padding-right: 0;