Ticket #62744: 62744.2.patch
File 62744.2.patch, 951 bytes (added by , 2 months ago) |
---|
-
wp-content/themes/twentyseventeen/assets/css/editor-blocks.css
508 508 } 509 509 510 510 /* Quote */ 511 511 :root :where(.wp-block-quote[style*="font-weight"] *[style*="font-weight"]) ~ cite { 512 font-weight: inherit; 513 } 512 514 .wp-block-quote { 513 515 color: #666; 514 516 font-size: 18px; -
wp-content/themes/twentyseventeen/style.css
522 522 margin-top: 0.5em; 523 523 } 524 524 525 :root :where(.wp-block-quote[style*="font-style"] *[style*="font-style"]) ~ cite { 526 font-style: inherit; 527 } 528 525 529 address { 526 530 margin: 0 0 1.5em; 527 531 }