Make WordPress Core

Ticket #26469: 26469.3.diff

File 26469.3.diff, 828 bytes (added by iamtakashi, 11 years ago)
  • wp-content/themes/twentyfourteen/style.css

     
    13741374.hentry .mejs-overlay-button {
    13751375        background-color: #fff;
    13761376        background-image: none;
    1377         border-radius: 10px;
     1377        border-radius: 2px;
    13781378        box-shadow: 1px 1px 1px rgba(0,0,0,.8);
    13791379        color: #000;
    1380         height: 48px;
    1381         margin: -24px 0 0 -32px;
    1382         width: 64px;
     1380        height: 36px;
     1381        margin-left: -24px;
     1382        width: 48px;
    13831383}
    13841384
    13851385.hentry .mejs-overlay-button:before {
    13861386        -webkit-font-smoothing: antialiased;
    13871387        content: '\f452';
    13881388        display: inline-block;
    1389         font: normal 48px/1 Genericons;
     1389        font: normal 32px/1.125 Genericons;
    13901390        position: absolute;
    1391         top: 0;
     1391        top: 1px;
    13921392        left: 10px;
    13931393}
    13941394