Make WordPress Core

Changeset 21434


Ignore:
Timestamp:
08/05/2012 09:34:56 PM (14 years ago)
Author:
lancewillett
Message:

Twenty Twelve RTL: more fixes props obenland. See #21441.

File:
1 edited

Legend:

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

    r21432 r21434  
    99*/
    1010
     11
     12body {
     13        direction: rtl;
     14        unicode-bidi: embed;
     15}
    1116caption,
    1217th,
     
    8287-------------------------------------------------------------- */
    8388
    84 .entry-content li {
     89.entry-content li,
     90.comment-content li {
    8591        margin: 0 24px 0 0;
    86 }
    87 .entry-content td {
     92        margin: 0 1.714285714rem 0 0;
     93}
     94.entry-content td,
     95.comment-content td {
    8896        padding: 6px 0 6px 10px;
    8997}
     
    132140        margin-right: 48px;
    133141        margin-right: 3.428571429rem;
     142        margin-left: auto;
    134143}
    135144
     
    143152        float: right;
    144153        margin: -18px -16px 0 0;
     154        margin: -1.285714286rem -1.142857143rem 0 0;
    145155}
    146156
     
    152162        float: right;
    153163        margin: 8px 0 8px 24px;
     164        margin: 0.571428571rem 0 0.571428571rem 1.714285714rem;
    154165}
    155166
     
    185196/* Minimum width of 600 pixels. */
    186197@media screen and (min-width: 600px) {
     198        .site-content,
     199        .page-template-homepage-php.has-post-thumbnail article {
     200                float: right;
     201        }
     202        .widget-area,
     203        .entry-page-image {
     204                float: left;
     205        }
     206        .site-header h1,
     207        .site-header h2 {
     208                text-align: right;
     209        }
    187210        .entry-content p {
    188211                text-align: right;
Note: See TracChangeset for help on using the changeset viewer.