From 958fa3180d503aa9583a8f13a14d4b4bebcf50e3 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Sun, 7 Dec 2014 02:39:22 +0000 Subject: [PATCH] Twenty Fifteen: clean up of `twentyfifteen_color_scheme_css_template()` in customizer.php. Props iamtakashi. Fixes #30601. git-svn-id: https://develop.svn.wordpress.org/trunk@30763 602fd350-edb4-49c9-b593-d223f7449a82 --- .../themes/twentyfifteen/inc/customizer.php | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/wp-content/themes/twentyfifteen/inc/customizer.php b/src/wp-content/themes/twentyfifteen/inc/customizer.php index 0022eef556..9afed3d1b4 100644 --- a/src/wp-content/themes/twentyfifteen/inc/customizer.php +++ b/src/wp-content/themes/twentyfifteen/inc/customizer.php @@ -82,7 +82,7 @@ add_action( 'customize_register', 'twentyfifteen_customize_register', 11 ); * The order of colors in a colors array: * 1. Main Background Color. * 2. Sidebar Background Color. - * 3. Box Background Bolor. + * 3. Box Background Color. * 4. Main Text and Link Color. * 5. Sidebar Text and Link Color. * 6. Meta Box Background Color. @@ -460,6 +460,7 @@ function twentyfifteen_color_scheme_css_template() { .main-navigation ul, .main-navigation li, .post-navigation, + .post-navigation div + div, .pagination, .comment-navigation, .widget li, @@ -468,13 +469,13 @@ function twentyfifteen_color_scheme_css_template() { .widget_pages .children, .site-header, .site-footer, - .hentry .hentry, + .hentry + .hentry, .author-info, .entry-content .page-links a, .page-links > span, .page-header, .comments-area, - .comment-list .comment-respond, + .comment-list + .comment-respond, .comment-list article, .comment-list .pingback, .comment-list .trackback, @@ -484,10 +485,6 @@ function twentyfifteen_color_scheme_css_template() { border-color: {{ data.border_color }}; } - .post-navigation div + div { - border-color: {{ data.border_color }}; - } - /* Border Focus Color */ a:focus, button:focus,