Make WordPress Core

Ticket #24308: 24308.5.patch

File 24308.5.patch, 546 bytes (added by celloexpressions, 13 years ago)

Fix audio and status format max-widths to account for their padding

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

     
    397397        padding-left: 120px;
    398398}
    399399
     400.post-format-audio.mceContentBody {
     401        max-width: 484px;
     402}
     403
    400404.post-format-audio a {
    401405        color: #fbfaf3;
    402406}
     
    499503}
    500504
    501505.post-format-status.mceContentBody {
     506        max-width: 569px;
    502507        font-size: 24px;
    503508}
    504509