Make WordPress Core

Ticket #58169: 58169.2.patch

File 58169.2.patch, 1.5 KB (added by nkeller15, 2 years ago)
  • src/wp-content/themes/twentynineteen/style-rtl.css

     
    58095809  line-height: 1.8;
    58105810}
    58115811
    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 
    58205812.entry .entry-content .wp-block-quote.is-large, .entry .entry-content .wp-block-quote.is-style-large {
    58215813  margin: 1rem 0;
    58225814  padding: 0;
  • src/wp-content/themes/twentynineteen/style.css

     
    58215821  line-height: 1.8;
    58225822}
    58235823
    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 
    58325824.entry .entry-content .wp-block-quote.is-large, .entry .entry-content .wp-block-quote.is-style-large {
    58335825  margin: 1rem 0;
    58345826  padding: 0;