Make WordPress Core

Ticket #56204: 56204.patch

File 56204.patch, 818 bytes (added by umesh84, 17 months ago)

added patch

  • themes/twentythirteen/css/editor-blocks.css

     
    161161.rtl .editor-block-list__block table td {
    162162        text-align: right;
    163163}
     164.editor-styles-wrapper table {
     165        font-size: inherit;
     166}
    164167
    165168/* Code */
    166169
  • themes/twentythirteen/style.css

     
    420420        border-bottom: 1px solid #ededed;
    421421        border-collapse: collapse;
    422422        border-spacing: 0;
    423         font-size: 14px;
     423        font-size: inherit;
    424424        line-height: 2;
    425425        margin: 0 0 20px;
    426426        width: 100%;