Ticket #57204: 57204.1.patch
File 57204.1.patch, 927 bytes (added by , 21 months ago) |
---|
-
src/wp-content/themes/twentysixteen/css/blocks.css
94 94 line-height: 1.75; 95 95 } 96 96 97 .wp-block-quote.has-text-color cite { 98 color: inherit; 99 } 100 97 101 .wp-block-quote cite:before { 98 102 content: "\2014\00a0"; 99 103 } -
src/wp-content/themes/twentysixteen/css/editor-blocks.css
320 320 line-height: 1.75; 321 321 } 322 322 323 .wp-block-quote.has-text-color .wp-block-quote__citation { 324 color: inherit; 325 } 326 323 327 .wp-block-quote__citation:before { 324 328 content: "\2014\00a0"; 325 329 }