Make WordPress Core

Changeset 30763


Ignore:
Timestamp:
12/07/2014 02:39:22 AM (10 years ago)
Author:
azaozz
Message:

Twenty Fifteen: clean up of twentyfifteen_color_scheme_css_template() in customizer.php. Props iamtakashi. Fixes #30601.

File:
1 edited

Legend:

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

    r30741 r30763  
    8383 * 1. Main Background Color.
    8484 * 2. Sidebar Background Color.
    85  * 3. Box Background Bolor.
     85 * 3. Box Background Color.
    8686 * 4. Main Text and Link Color.
    8787 * 5. Sidebar Text and Link Color.
     
    461461    .main-navigation li,
    462462    .post-navigation,
     463    .post-navigation div + div,
    463464    .pagination,
    464465    .comment-navigation,
     
    469470    .site-header,
    470471    .site-footer,
    471     .hentry .hentry,
     472    .hentry + .hentry,
    472473    .author-info,
    473474    .entry-content .page-links a,
     
    475476    .page-header,
    476477    .comments-area,
    477     .comment-list .comment-respond,
     478    .comment-list + .comment-respond,
    478479    .comment-list article,
    479480    .comment-list .pingback,
     
    482483    .no-comments {
    483484        border-color: {{ data.textcolor }}; /* Fallback for IE7 and IE8 */
    484         border-color: {{ data.border_color }};
    485     }
    486 
    487     .post-navigation div + div {
    488485        border-color: {{ data.border_color }};
    489486    }
Note: See TracChangeset for help on using the changeset viewer.