Make WordPress Core

Ticket #30578: 30578.2.diff

File 30578.2.diff, 1.6 KB (added by iamtakashi, 10 years ago)
  • src/wp-content/themes/twentyfifteen/inc/customizer.php

     
    308308        input[type="submit"],
    309309        .pagination .prev,
    310310        .pagination .next,
    311         .pagination .prev:before,
    312         .pagination .next:before,
    313311        .widget_calendar tbody a,
    314312        .widget_calendar tbody a:hover,
    315313        .widget_calendar tbody a:focus,
    316         .entry-content .page-links a,
    317         .entry-content .page-links a:hover,
    318         .entry-content .page-links a:focus,
     314        .page-links a,
     315        .page-links a:hover,
     316        .page-links a:focus,
    319317        .sticky-post {
    320318                color: {{ data.box_background_color }};
    321319        }
  • src/wp-content/themes/twentyfifteen/style.css

     
    21962196        padding-left: 0.8em;
    21972197}
    21982198
    2199 .comment-list .children article {
    2200         border-color: #f5f5f5;
    2201         border-color: rgba(51, 51, 51, 0.05);
    2202 }
    2203 
    22042199.comment-author {
    22052200        color: #707070;
    22062201        color: rgba(51, 51, 51, 0.7);
     
    22432238}
    22442239
    22452240.comment-metadata a:hover,
    2246 .pingback .edit-link a:hover{
     2241.pingback .edit-link a:hover {
    22472242        border-bottom: 1px solid #333;
    22482243}
    22492244
     
    35273522                font-size: 1.6rem;
    35283523        }
    35293524
    3530         .post-navigation .post-title {
    3531                 font-size: 24px;
    3532                 font-size: 2.4rem;
    3533                 line-height: 1.1667;
    3534         }
    3535 
    35363525        .pagination .nav-links {
    35373526                min-height: 3.3684em;
    35383527        }