Ticket #56747: 56747.2.patch
File 56747.2.patch, 2.0 KB (added by , 2 years ago) |
---|
-
src/wp-content/themes/twentyseventeen/assets/css/blocks.css
30 30 text-align: right; 31 31 } 32 32 33 [class^="wp-block-"]:not(.wp-block-gallery) figcaption cite, 34 [class^="wp-block-"]:not(.wp-block-gallery) figcaption em, 35 [class^="wp-block-"]:not(.wp-block-gallery) figcaption i { 36 font-style: normal; 37 } 38 33 39 /*-------------------------------------------------------------- 34 40 2.0 Blocks - Common Blocks 35 41 --------------------------------------------------------------*/ -
src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css
458 458 margin-top: 0.5em; 459 459 } 460 460 461 /* Caption styles */461 /* Caption styles */ 462 462 463 [class^="wp-block-"]:not(.wp-block-gallery) figcaption { 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; 466 467 text-align: left; 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 { 470 472 text-align: right; 471 473 } 472 474 475 [class^="wp-block-"]:not(.wp-block-gallery) figcaption cite, 476 [class*=" wp-block-"]:not(.wp-block-gallery) figcaption cite, 477 [class^="wp-block-"]:not(.wp-block-gallery) figcaption em, 478 [class*=" wp-block-"]:not(.wp-block-gallery) figcaption em, 479 [class^="wp-block-"]:not(.wp-block-gallery) figcaption i, 480 [class*=" wp-block-"]:not(.wp-block-gallery) figcaption i { 481 font-style: normal; 482 } 483 473 484 /* Code styles */ 474 485 475 486 .wp-block-freeform.block-library-rich-text__tinymce code {