Ticket #58169: 58169.2.patch
File 58169.2.patch, 1.5 KB (added by , 6 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;