Ticket #58169: 58169.1.patch
File 58169.1.patch, 2.3 KB (added by , 23 months ago) |
---|
-
src/wp-content/themes/twentynineteen/style-rtl.css
5809 5809 line-height: 1.8; 5810 5810 } 5811 5811 5812 .entry .entry-content .wp-block-quote cite {5813 /*5814 * This requires a rem-based font size calculation instead of our normal em-based one,5815 * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.5816 */5817 font-size: calc(1rem / (1.25 * 1.125));5818 }5819 5820 5812 .entry .entry-content .wp-block-quote.is-large, .entry .entry-content .wp-block-quote.is-style-large { 5821 5813 margin: 1rem 0; 5822 5814 padding: 0; -
src/wp-content/themes/twentynineteen/style.css
5821 5821 line-height: 1.8; 5822 5822 } 5823 5823 5824 .entry .entry-content .wp-block-quote cite {5825 /*5826 * This requires a rem-based font size calculation instead of our normal em-based one,5827 * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.5828 */5829 font-size: calc(1rem / (1.25 * 1.125));5830 }5831 5832 5824 .entry .entry-content .wp-block-quote.is-large, .entry .entry-content .wp-block-quote.is-style-large { 5833 5825 margin: 1rem 0; 5834 5826 padding: 0; -
src/wp-content/themes/twentytwentyone/style-rtl.css
1550 1550 /* Over here, place any elements that do not need to have their own file. */ 1551 1551 b, 1552 1552 strong { 1553 font-weight: 700;1553 font-weight: 600; 1554 1554 } 1555 1555 1556 1556 dfn, -
src/wp-content/themes/twentytwentyone/style.css
1560 1560 /* Over here, place any elements that do not need to have their own file. */ 1561 1561 b, 1562 1562 strong { 1563 font-weight: 700;1563 font-weight: 600; 1564 1564 } 1565 1565 1566 1566 dfn,