Make WordPress Core

Ticket #28967: 28967.1.diff

File 28967.1.diff, 551 bytes (added by ianbelanger, 5 years ago)

Refreshes patch and removes .masthead-fixed class in order to work on all browsers

  • src/wp-content/themes/twentyfourteen/style.css

     
    13451345        white-space: nowrap;
    13461346}
    13471347
     1348.entry-content span[id*="more-"] {
     1349        display: block;
     1350        padding-top: 40px;
     1351        margin-top: -64px;
     1352}
     1353
     1354.admin-bar .entry-content span[id*="more-"] {
     1355        padding-top: 72px;
     1356        margin-top: -96px;
     1357}
     1358
    13481359/* Mediaelements */
    13491360
    13501361.hentry .mejs-container,