Make WordPress Core

Ticket #59692: 59692.patch

File 59692.patch, 1.5 KB (added by nidhidhandhukiya, 16 months ago)

The patch will resolve the font-size related issue both the side.

  • wp-content/themes/twentyfifteen/css/editor-style.css

     
    111111blockquote {
    112112        border-left: 4px solid #707070;
    113113        color: #707070;
    114         font-size: 20px;
    115114        font-style: italic;
    116115        line-height: 1.8182;
    117116        margin: 0 0 35px -21px;
  • wp-content/themes/twentyfifteen/style.css

     
    29712971        }
    29722972
    29732973        blockquote {
    2974                 font-size: 20px;
    2975                 font-size: 2rem;
    29762974                line-height: 1.75;
    29772975                margin-bottom: 1.75em;
    29782976                margin-left: -1.05em;
     
    36213619        }
    36223620
    36233621        blockquote {
    3624                 font-size: 22px;
    3625                 font-size: 2.2rem;
    36263622                line-height: 1.8182;
    36273623                margin-bottom: 1.8182em;
    36283624                margin-left: -1.0909em;
     
    42234219        }
    42244220
    42254221        blockquote {
    4226                 font-size: 18px;
    4227                 font-size: 1.8rem;
    42284222                line-height: 1.6667;
    42294223                margin-bottom: 1.6667em;
    42304224                margin-left: -1.3333em;
     
    49104904        }
    49114905
    49124906        blockquote {
    4913                 font-size: 20px;
    4914                 font-size: 2rem;
    49154907                line-height: 1.75;
    49164908                margin-bottom: 1.75em;
    49174909                margin-left: -1.05em;
     
    54615453        }
    54625454
    54635455        blockquote {
    5464                 font-size: 22px;
    5465                 font-size: 2.2rem;
    54665456                line-height: 1.8182;
    54675457                margin-bottom: 1.8182em;
    54685458                margin-left: -1.0909em;