Changeset 235019 for twentyseventeen/3.7/assets/css/editor-blocks.css
- Timestamp:
- 07/16/2024 01:29:55 PM (17 months ago)
- Location:
- twentyseventeen/3.7
- Files:
-
- 1 edited
- 1 copied
-
. (copied) (copied from twentyseventeen/3.6)
-
assets/css/editor-blocks.css (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
twentyseventeen/3.7/assets/css/editor-blocks.css
r206168 r235019 459 459 } 460 460 461 /* Caption styles*/ 462 463 [class^="wp-block-"]:not(.wp-block-gallery) figcaption { 461 /* Caption styles */ 462 463 [class^="wp-block-"]:not(.wp-block-gallery) > figcaption, 464 [class*=" wp-block-"]:not(.wp-block-gallery) > figcaption { 464 465 font-style: italic; 465 466 margin-bottom: 1.5em; … … 467 468 } 468 469 469 .rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption { 470 .rtl [class^="wp-block-"]:not(.wp-block-gallery) > figcaption, 471 .rtl [class*=" wp-block-"]:not(.wp-block-gallery) > figcaption, 472 [dir="rtl"] [class^="wp-block-"]:not(.wp-block-gallery) > figcaption, 473 [dir="rtl"] [class*=" wp-block-"]:not(.wp-block-gallery) > figcaption { 470 474 text-align: right; 471 475 } … … 643 647 644 648 .wp-block-pullquote { 645 border: 0 ;649 border: 0 solid; 646 650 } 647 651 … … 704 708 .rtl table.wp-block-table td { 705 709 text-align: right; 710 } 711 712 /* Calendar */ 713 714 .editor-styles-wrapper .wp-block-calendar th { 715 text-align: center; 706 716 } 707 717 … … 772 782 /* Latest Comments */ 773 783 774 .editor-block-list__block ol.wp-block-latest-comments > li:before {775 content: '';776 }777 778 784 .wp-block-latest-comments article { 779 margin-bottom: 4 em;785 margin-bottom: 4rem; 780 786 } 781 787 … … 791 797 } 792 798 793 .editor- block-list__block.wp-block-latest-comments__comment-meta a {799 .editor-styles-wrapper .wp-block-latest-comments__comment-meta a { 794 800 -webkit-box-shadow: none; 795 801 box-shadow: none; … … 807 813 } 808 814 809 .editor-block-list__block .wp-block-latest-comments__comment-excerpt p {810 font-size: 14px;811 font-size: 0.875rem;812 }813 814 815 /* Latest Posts */ 815 816
Note: See TracChangeset
for help on using the changeset viewer.