Make WordPress Core

Changeset 24404


Ignore:
Timestamp:
06/03/2013 10:17:09 PM (10 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: clean up RTL styles per changes in r24391, see #24469.

File:
1 edited

Legend:

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

    r24391 r24404  
    391391}
    392392
    393 .rtl.post-format-aside cite:before {
    394     content: normal;
    395     margin-right: auto;
    396 }
    397 
    398393.rtl blockquote blockquote {
    399394    margin-left: 0;
    400395    margin-right: 24px;
    401396}
    402 
    403 .rtl.post-format-quote blockquote {
    404     padding-left: 0;
    405     padding-right: 75px;
    406 }
    407 
    408 .rtl.post-format-quote blockquote:before {
    409     content: '\201D';
    410     padding-left: 25px;
    411     padding-right: 0;
    412     left: auto;
    413     right: -15px;
    414 }
    415 
    416 .rtl.post-format-status {
    417     padding-left: 0;
    418     padding-right: 35px;
    419 }
    420 
    421 .rtl.post-format-status:before {
    422     left: auto;
    423     right: 15px;
    424 }
    425 
    426 .rtl.post-format-status p:first-child:before {
    427     left: auto;
    428     right: 9px;
    429 }
Note: See TracChangeset for help on using the changeset viewer.