Make WordPress Core

Ticket #58495: 58495.diff

File 58495.diff, 1.6 KB (added by sarath.ar, 11 months ago)
  • src/wp-content/themes/twentytwenty/style-rtl.css

    From f786970059bb43d90a0af58ada5a751ae02039e7 Mon Sep 17 00:00:00 2001
    From: Sarath A R <sarath@awsm.in>
    Date: Thu, 8 Jun 2023 19:12:57 +0530
    Subject: [PATCH] Fixed #58495
    
    ---
     src/wp-content/themes/twentytwenty/style-rtl.css | 4 +++-
     src/wp-content/themes/twentytwenty/style.css     | 4 +++-
     2 files changed, 6 insertions(+), 2 deletions(-)
    
    diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css
    index 7ba2ccc683..1e1bd2081f 100644
    a b figure.wp-block-gallery.alignfull { 
    32303230.wp-block-pullquote blockquote p {
    32313231        font-family: inherit;
    32323232        font-size: 2.8rem;
    3233         font-weight: 700;
    32343233        line-height: 1.178571429;
    32353234        letter-spacing: -0.041785714em;
    32363235        max-width: 100%;
    32373236}
     3237.wp-block-pullquote blockquote em{
     3238        font-weight: inherit;
     3239}
    32383240
    32393241.wp-block-pullquote p:last-of-type {
    32403242        margin-bottom: 0;
  • src/wp-content/themes/twentytwenty/style.css

    diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
    index 7ebe6d1ea3..ee4ed5c8fc 100644
    a b figure.wp-block-gallery.alignfull { 
    32503250.wp-block-pullquote blockquote p {
    32513251        font-family: inherit;
    32523252        font-size: 2.8rem;
    3253         font-weight: 700;
    32543253        line-height: 1.178571429;
    32553254        letter-spacing: -0.041785714em;
    32563255        max-width: 100%;
    32573256}
     3257.wp-block-pullquote blockquote em{
     3258        font-weight: inherit;
     3259}
    32583260
    32593261.wp-block-pullquote p:last-of-type {
    32603262        margin-bottom: 0;