Make WordPress Core


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

Twenty Fifteen: removing unused styles.

Props iamtakashi, fixes #30578.

File:
1 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 }};
Note: See TracChangeset for help on using the changeset viewer.