Make WordPress Core

Ticket #58169: 58169.1.patch

File 58169.1.patch, 2.3 KB (added by nkeller15, 23 months 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;
  • src/wp-content/themes/twentytwentyone/style-rtl.css

     
    15501550/* Over here, place any elements that do not need to have their own file. */
    15511551b,
    15521552strong {
    1553         font-weight: 700;
     1553        font-weight: 600;
    15541554}
    15551555
    15561556dfn,
  • src/wp-content/themes/twentytwentyone/style.css

     
    15601560/* Over here, place any elements that do not need to have their own file. */
    15611561b,
    15621562strong {
    1563         font-weight: 700;
     1563        font-weight: 600;
    15641564}
    15651565
    15661566dfn,