Make WordPress Core

Ticket #24045: 24045.1.diff

File 24045.1.diff, 1.0 KB (added by lancewillett, 12 years ago)
  • wp-content/themes/twentythirteen/style.css

     
    500500.bypostauthor .fn:before,
    501501.error404 .page-title:before {
    502502        -webkit-font-smoothing: antialiased;
     503        display: inline-block;
    503504        font: normal 16px/1 Genericons;
    504505        vertical-align: text-bottom;
    505506}
  • wp-content/themes/twentythirteen/rtl.css

     
    7676
    7777
    7878/**
    79  * 2.0 Repeatable patterns
     79 * 2.0 Repeatable patterns 
    8080 * ----------------------------------------------------------------------------
    8181 */
    8282
     
    9999.bypostauthor .fn:after,
    100100.error404 .page-title:after {
    101101        -webkit-font-smoothing: antialiased;
     102        display: inline-block;
    102103        font: normal 16px/1 Genericons;
    103104        vertical-align: text-bottom;
    104105}