Changeset 24347
- Timestamp:
- 05/24/2013 06:58:21 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/css/editor-style.css
r24343 r24347 536 536 text-align: right; 537 537 } 538 539 .rtl.post-format-aside cite:before { 540 content: normal; 541 margin-right: auto; 542 } 543 544 .rtl blockquote blockquote { 545 margin-left: 0; 546 margin-right: 24px; 547 } 548 549 .rtl.post-format-quote blockquote { 550 padding-left: 0; 551 padding-right: 75px; 552 } 553 554 .rtl.post-format-quote blockquote:before { 555 content: '\201D'; 556 padding-left: 25px; 557 padding-right: 0; 558 left: auto; 559 right: -15px; 560 } 561 562 .rtl.post-format-status { 563 padding-left: 0; 564 padding-right: 35px; 565 } 566 567 .rtl.post-format-status:before { 568 left: auto; 569 right: 15px; 570 } 571 572 .rtl.post-format-status p:first-child:before { 573 left: auto; 574 right: 9px; 575 }
Note: See TracChangeset
for help on using the changeset viewer.