Make WordPress Core

Ticket #27267: 27267.patch

File 27267.patch, 463 bytes (added by iseulde, 11 years ago)
  • src/wp-admin/css/revisions.css

     
    199199}
    200200
    201201table.diff {
     202        table-layout: fixed;
    202203        width: 100%;
    203204        white-space: pre-wrap;
    204205}
     
    229230        font-size: 14px;
    230231        line-height: 1.618;
    231232        padding: .5em;
     233        vertical-align: top;
     234        word-wrap: break-word;
    232235}
    233236
    234237table.diff td h1,