Make WordPress Core

Ticket #58607: 58607.patch

File 58607.patch, 2.1 KB (added by nidhidhandhukiya, 20 months ago)
  • wp-content/themes/twentysixteen/css/blocks.css

     
    179179        color: inherit;
    180180}
    181181
    182 .wp-block-pullquote p {
    183         font-size: 19px;
    184         font-size: 1.1875rem;
    185 }
    186182
    187183.wp-block-pullquote cite {
    188184        color: #1a1a1a;
    189185        display: block;
    190         font-size: 16px;
    191         font-size: 1rem;
    192186        font-style: normal;
    193187        line-height: 1.75;
    194188        text-transform: none;
  • wp-content/themes/twentysixteen/css/editor-blocks.css

     
    147147
    148148.edit-post-visual-editor blockquote p {
    149149        margin-bottom: 1.4736842105em;
     150        font-size: inherit;
    150151}
    151152
    152153@media screen and (min-width: 44.375em) {
     
    504505.wp-block-pullquote .wp-block-pullquote__citation {
    505506        color: #1a1a1a;
    506507        display: block;
    507         font-size: 16px;
    508         font-size: 1rem;
    509508        font-style: italic;
    510509        line-height: 1.75;
    511510        text-transform: none;
     511        font-size: inherit;
    512512}
    513513
    514514.wp-block-pullquote.has-text-color blockquote,
  • wp-content/themes/twentysixteen/css/editor-style.css

     
    118118        margin-bottom: 28px;
    119119        overflow: hidden;
    120120        padding: 0 0 0 24px;
     121        font-size: inherit;
    121122}
    122123
    123124blockquote blockquote:not(.alignleft):not(.alignright) {
  • wp-content/themes/twentysixteen/style.css

     
    340340        border: 0 solid #1a1a1a;
    341341        border-left-width: 4px;
    342342        color: #686868;
    343         font-size: 19px;
    344         font-size: 1.1875rem;
     343        font-size: inherit;
    345344        font-style: italic;
    346345        line-height: 1.4736842105;
    347346        margin: 0 0 1.4736842105em;