Make WordPress Core

Changeset 30728


Ignore:
Timestamp:
12/03/2014 06:02:05 PM (10 years ago)
Author:
iandstewart
Message:

Twenty Fifteen: removing unused styles.

Props iamtakashi, fixes #30578.

Location:
trunk/src/wp-content/themes/twentyfifteen
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfifteen/inc/customizer.php

    r30588 r30728  
    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 }};
  • trunk/src/wp-content/themes/twentyfifteen/style.css

    r30709 r30728  
    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;
     
    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}
     
    35263521        font-size: 16px;
    35273522        font-size: 1.6rem;
    3528     }
    3529 
    3530     .post-navigation .post-title {
    3531         font-size: 24px;
    3532         font-size: 2.4rem;
    3533         line-height: 1.1667;
    35343523    }
    35353524
Note: See TracChangeset for help on using the changeset viewer.